diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-10-29 20:43:08 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-10-29 20:43:08 -0500 |
commit | 95113fccd1f03b36db9854f1ef668264a4c7227a (patch) | |
tree | 80ecafa96ac846f83ee12cd436d0d02023129ada | |
parent | 699f6d5e6e661c6c9a7dbd3fae31a7b28bf6f0c9 (diff) |
Update readme.md again
-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 } ``` |