Showing 1 changed files with 5 additions and 5 deletions
+5 -5
README.md
... ...
@@ -136,14 +136,14 @@ If you finish installation, you can access the following URL.
136 136
 If you see an internal server error, look at the log file (gitprep/log/production.log)
137 137
 to see what problem has occurred.
138 138
 
139
-## C. Installation via sparrow plugin
139
+## C. Run GitPrep via sparrow plugin
140 140
 
141
-You may install gitprep via sparrow plugin. This installation favor is very similar as A):
141
+You may install and run GitPrep via sparrow plugin. This installation favor is very similar as A):
142 142
 
143 143
     $ sparrow plg install gitprep
144
-    $ sparrow plg run gitprep --param action=install   # to install gitprep server
145
-    $ sparrow plg run gitprep --param action=start     # to start gitprep server
146
-    $ sparrow plg run gitprep --param action=stop      # to stop gitprep server
144
+    $ sparrow plg run gitprep --param action=install   # to install GitPrep server
145
+    $ sparrow plg run gitprep --param action=start     # to start GitPrep server
146
+    $ sparrow plg run gitprep --param action=stop      # to stop GitPrep server
147 147
 
148 148
 Follow [plugin documentation](https://sparrowhub.org/info/gitprep) for details.
149 149