Showing 1 changed files with 2 additions and 2 deletions
+2 -2
README
... ...
@@ -6,7 +6,7 @@ Operation
6 6
 
7 7
   Start
8 8
   
9
-      ./githublite
9
+      ./gitpub
10 10
   
11 11
     Application start in back ground. Port is 10020.
12 12
     You can access the following URL.
... ...
@@ -17,6 +17,6 @@ Operation
17 17
   
18 18
   Stop
19 19
   
20
-      ./githublite --stop
20
+      ./gitpub --stop
21 21
     
22 22
     You can stop application by --stop option.