Explorar el Código

Fixed problems in README.

Winston Li hace 11 años
padre
commit
bfefbf0737
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      services/git-bridge/README.md

+ 4 - 4
services/git-bridge/README.md

@@ -3,8 +3,8 @@ writelatex-git-bridge
 
 Required
 --------
-  * ant (for building)
-  * jdk-7 (for compiling and running)
+  * `ant` (for building)
+  * `jdk-7` (for compiling and running)
 
 Building
 --------
@@ -17,7 +17,7 @@ The configuration file will be at `/etc/wlgb/config.json`.
 ### Using ant ###
 Run `ant all` to build, test, and package it into a jar at `bin/writelatex-git-bridge.jar`.
 
-Use `java -jar <path_to_jar> <path_to_config_file> to run the server.
+Use `java -jar <path_to_jar> <path_to_config_file>` to run the server.
 
 Runtime Configuration
 ---------------------
@@ -31,7 +31,7 @@ The configuration file is in `.json` format. There is an example at `bin/config.
         "apiBaseUrl": base url for the snapshot api (string),
         "username": username for http basic auth (string, optional),
         "password": password for http basic auth (string, optional),
-        "serviceName": current name of writeLaTeX in case it ever changes (string)
+        "serviceName": current name of writeLaTeX in case it ever changes ;) (string)
     }
 
 You have to restart the server for configuration changes to take effect.