Browse Source

updated README

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

+ 4 - 5
README.md

@@ -9,9 +9,9 @@ cycripter <ProcessName> &
 
 ie
 
-1. cycripter PineBoard &
+ * cycripter PineBoard &
 
-which should return log like the following:
+ which should return log like the following:
 
  [2] 1763
  root@ (/var/root)# 
@@ -20,11 +20,10 @@ which should return log like the following:
  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
 
-2. 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
+ cycript -r 127.0.0.1:1337
 
-3. Profit!
 
 # Building: