Skip to content

Commit

Permalink
docs: Correct typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vort committed Feb 8, 2022
1 parent 96df149 commit 5e0f2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 5e0f2e1

Please sign in to comment.