Updated README

added the word 'last' to instructions for setting up the line highlighter
This commit is contained in:
tel0065 2022-05-09 09:11:23 -05:00 committed by GitHub
parent 73e8cfb443
commit 0f4a87e12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 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 `}` 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.isEnabled" : true,
"mind-reader.lineHighlighter.multiLineIsEnabled" : false, "mind-reader.lineHighlighter.multiLineIsEnabled" : false,