Browse Source

updated README

Kevin Bradley 5 years ago
parent
commit
605b4a765b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -9,20 +9,20 @@ cycripter <ProcessName> &
 
 ie
 
- * cycripter PineBoard &
+`cycripter PineBoard &`
 
  which should return log like the following:
 
- [2] 1763
+`[2] 1763
  root@ (/var/root)# 
  PineBoard PID is 1758
  No error occurred!
  cycript started on port: 1337! Press return & then run the following command to connect:
- cycript -r 127.0.0.1:1337 <--- run this command exactly as it appears
+ cycript -r 127.0.0.1:1337 <--- run this command exactly as it appears`
 
  * Press return and run the command in the last line of the output from cycripter, in our case it would be
 
- cycript -r 127.0.0.1:1337
+ `cycript -r 127.0.0.1:1337`
 
 
 # Building: