From 5e0f2e1e9582de6f853f60428ca086bccdff178c Mon Sep 17 00:00:00 2001 From: Vort Date: Tue, 8 Feb 2022 14:22:25 +0200 Subject: [PATCH] docs: Correct typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04dc924d..f00d7d7aa 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ to some commonly used settings: | parameter name | default value | description | | -------------- | ------------- | ----------- | | `--port, -p` | `3000` | The TCP port on which the server runs. | -| `--baseUrl. -b` | `http://localhost:$PORT/` | The public URL of your server. | +| `--baseUrl, -b` | `http://localhost:$PORT/` | The public URL of your server. | | `--loggingLevel, -l` | `info` | The detail level of logging; useful for debugging problems. | | `--config, -c` | `@css:config/default.json` | The configuration for the server. The default only stores data in memory; to persist to your filesystem, use `@css:config/file.json` | | `--rootFilePath, -f` | `./` | Root folder of the server, when using a file-based configuration. |