From 77e722caa729a3fd2ce0d886c8092be03f96cfcc Mon Sep 17 00:00:00 2001 From: Albert Canales Ros <31795487+albertcanales@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:09:23 +0200 Subject: [PATCH] Fix typo in settings.json snippets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d76a94..e4cd28f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ You can configure where these dictionaries are stored. See below for more info. This extension lets you customise the [Harper LS configuration](https://writewithharper.com/docs/integrations/language-server#Configuration) by for example adding the following to your `Zed/settings.json`: ```jsonc -"lsp: { +"lsp": { "harper-ls": { "settings": { "harper-ls": { @@ -72,7 +72,7 @@ Harper dictionary files should be simple line-separated text files. Learn more a You can configure where to store your user dictionary, workspace dictionary and file dictionaries by editing `Zed/settings.json`: ```jsonc -"lsp: { +"lsp": { "harper-ls": { "settings": { "harper-ls": {