From 73599be5b8dfadf2278ba8632d1bd5779bfecacd Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 4 Apr 2020 11:18:06 -0400 Subject: [PATCH] Improved sentence structure --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 0a19f3a..e2a2b6c 100644 --- a/README.MD +++ b/README.MD @@ -20,7 +20,7 @@ The client web browser extension is available here: https://github.com/ajayyy/Sp This is a node.js server, so clone this repo and run `npm install` to install all dependencies. -If you don't want to use a fresh database, make sure to put the database files in the `./databases` folder if you want to use an pre-existing database. +Make sure to put the database files in the `./databases` folder if you want to use a pre-existing database. Otherwise, a fresh database will be created. Rename `config.json.example` to `config.json` and fill the parameters inside. Make sure to remove the comments as comments are not supported in JSON. @@ -29,6 +29,7 @@ Ensure all the tests pass with `npm test` Run the server with `npm start`. # Developing + If you want to make changes, run `npm run dev` to automatically reload the server and run tests whenever a file is saved. # API Docs