From 3dfeefd174f9b327ff41ad4d4a74932323061fd1 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 12 Feb 2020 20:35:56 -0500 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e0accb8..477961f 100644 --- a/README.MD +++ b/README.MD @@ -22,7 +22,7 @@ This is a node.js server, so clone this repo and run `npm install` to install al Make sure to create the databases in the `databases` folder out of the database schemas. -Rename `config.json.example` to `config.json` and fill the parameters inside. +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. Run the server with `npm start`.