Skip to content

Commit df08012

Browse files
authored
docs: add missing star to readme options
1 parent 13f133f commit df08012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ upper snake-case (i.e. `--no-cors` -> `NO_CORS`).
304304
| `NO_GZIP` | Disable GZIP Content-Encoding | Boolean flag only true if set to "true" |
305305
| `NO_CORS` | Disable Cross-Origin Resource Sharing | Boolean flag only true if set to "true" |
306306
| `READ_ONLY` | Allow only GET requests | Boolean flag only true if set to "true" |
307-
| `DEPENDENCIES` | Install extra npm dependencies in the container for you to use in your server files. | — |
307+
| `DEPENDENCIES` | Install extra npm dependencies in the container for you to use in your server files. | — |
308308

309309
For details on the options
310310
[view `json-server`'s documentation](https://github.com/typicode/json-server#cli-usage).

0 commit comments

Comments
 (0)