diff --git a/README.md b/README.md index b94f803..270c06a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Then install the require npm modules: Then compile the coffee script source files: - $ grunt compile + $ grunt install Finally, (after configuring your local database - see the Config section), run the CLSI service: @@ -40,14 +40,14 @@ The CLSI is based on a JSON API. (Note that valid JSON should not contain any comments like the example below). - POST /project/ + POST /project//compile ```javascript { - compile: { + "compile": { "options": { // Which compiler to use. Can be latex, pdflatex, xelatex or lualatex - "compiler": "lualatex" + "compiler": "lualatex", // How many seconds to wait before killing the process. Default is 60. "timeout": 40 },