Browse Source

updated README

Kevin Bradley 4 years ago
parent
commit
f14301c56f
1 changed files with 3 additions and 4 deletions
  1. 3 4
      README.md

+ 3 - 4
README.md

@@ -5,22 +5,21 @@ Tools to make it easier to get cycript to work in chimera, will eventually try a
 
 # How to use it:
 
-cycripter <ProcessName> &
+`cycripter <ProcessName> &`
 
 ie
-
 `cycripter PineBoard &`
 
  which should return log like the following:
 
-`[2] 1763
+`[2] 1763<br>
  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`
 
- * Press return and run the command in the last line of the output from cycripter, in our case it would be
+ 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`