diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ fill out a `config.json` file as specified below, and then `npm run run`. "database": "DB_NAME", "password": "PASSWORD" }, - "port": <PORT_TO_RUN_WEBSERVER_ON> + "port": PORT_TO_RUN_WEBSERVER_ON } ``` |