docs: Correct typo in README.md

This commit is contained in:
Vort 2022-02-08 14:22:25 +02:00 committed by GitHub
parent 96df1493bc
commit 5e0f2e1e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ to some commonly used settings:
| parameter name | default value | description | | parameter name | default value | description |
| -------------- | ------------- | ----------- | | -------------- | ------------- | ----------- |
| `--port, -p` | `3000` | The TCP port on which the server runs. | | `--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. | | `--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` | | `--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. | | `--rootFilePath, -f` | `./` | Root folder of the server, when using a file-based configuration. |