From 0f4a87e12e44716b0aae81a553df8e3a27a41320 Mon Sep 17 00:00:00 2001 From: tel0065 <77864718+tel0065@users.noreply.github.com> Date: Mon, 9 May 2022 09:11:23 -0500 Subject: [PATCH] Updated README added the word 'last' to instructions for setting up the line highlighter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8347b8f..bc762ed 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Before running Mind Reader for the first time it is recommended to add the follo 3. The Command Palette should appear at the top of your screen ready for you to type 4. Type `settings` and highlight the option that appears saying `Preferences: Open Settings (JSON)` then select it 5. Your `settings.json` window should appear, scroll to the bottom and make sure the last item has a `,` before the closing curly bracket `}` -6. Paste the following code block after the comma `,`, but before the closing curly bracket `}`: +6. Paste the following code block after the last comma `,`, but before the closing curly bracket `}`: ``` "mind-reader.lineHighlighter.isEnabled" : true, "mind-reader.lineHighlighter.multiLineIsEnabled" : false,