From a0e94ae86d0773f51d93ea5c911122ea9417f00d Mon Sep 17 00:00:00 2001 From: benji7425 Date: Mon, 11 Dec 2017 01:18:36 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6b63d..000830f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Should you wish for the data stored about your server to be removed, please cont 1. Clone the repository, or download and extract the zip file (preferrably from the release page) 2. Make sure you have *npm* and *git* installed 3. Run `npm install` -4. Add *token.json* in the root folder: `{ "token": "your-token-goes-here" }` +4. Add *token.json* in the root folder (make sure to include the quotes ""): `"your-token-goes-here"` 5. Run `npm start` **Note for git users**