From c462981f71966b31421b4cbc9c63ef9194f4aeac Mon Sep 17 00:00:00 2001 From: tel0065 <77864718+tel0065@users.noreply.github.com> Date: Mon, 9 May 2022 09:27:36 -0500 Subject: [PATCH] Updated README Changed the word Expected to Accepted in table header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd9968..281cb73 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ After adding the code block, the `settings.json` file should look similar to thi 7. Save and close `settings.json` ### Line Highlighter Settings Table -| **Item** | **Description** | **Expected Value** | **Default Values** | +| **Item** | **Description** | **Accepted Value** | **Default Values** | |------------------------|-------------------------------------------------------|------------------------------------------------------------------------------|--------------------| | **isEnabled** | Enable/Disables the line highlighter | boolean | true | | **multiLineIsEnabled** | Highlight when clicking and dragging to select lines | boolean | false |