aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
```