浏览代码

updated README

Kevin Bradley 7 年之前
父节点
当前提交
56bea7c957
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      README.md

+ 4 - 5
README.md

@@ -9,9 +9,9 @@ cycripter <ProcessName> &
 
 
 ie
 ie
 
 
-1. cycripter PineBoard &
+ * cycripter PineBoard &
 
 
-which should return log like the following:
+ which should return log like the following:
 
 
  [2] 1763
  [2] 1763
  root@ (/var/root)# 
  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 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
 
 
-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:
 # Building: