aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-10-29 20:43:08 -0500
committerMark Powers <markppowers0@gmail.com>2020-10-29 20:43:08 -0500
commit95113fccd1f03b36db9854f1ef668264a4c7227a (patch)
tree80ecafa96ac846f83ee12cd436d0d02023129ada
parent699f6d5e6e661c6c9a7dbd3fae31a7b28bf6f0c9 (diff)
Update readme.md again
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9fbdce..c73058e 100644
--- a/README.md
+++ b/README.md
@@ -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
}
```