From 0e8afc227366ace1b382b5cdb7a26b4ba25dc398 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 4 Jul 2026 04:00:04 +0200 Subject: [PATCH] docs: fix formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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