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**