diff --git a/README.md b/README.md
index d5ebcdb..f50d73f 100644
--- a/README.md
+++ b/README.md
@@ -41,13 +41,13 @@ stdin/stdout, so point your editor's LSP client at it.
json-ls [OPTIONS]
```
-| Option | Effect |
-| ------------------- | ------------------------------------------------------------------------------- |
-| `--cache-dir
` | Directory for the on-disk schema cache. Defaults to the location below. |
-| `--offline` | Refuse every network fetch, including the `json-ls.downloadSchema` command. |
+| Option | Effect |
+| ------------------- | ------------------------------------------------------------------------------------------- |
+| `--cache-dir ` | Directory for the on-disk schema cache. Defaults to the location below. |
+| `--offline` | Refuse every network fetch, including the `json-ls.downloadSchema` command. |
| `--stdio` | Accepted for editor-client compatibility. Has no effect, since stdio is the only transport. |
-| `-h`, `--help` | Print help. |
-| `-V`, `--version` | Print version. |
+| `-h`, `--help` | Print help. |
+| `-V`, `--version` | Print version. |
## Schemas