diff --git a/README.md b/README.md index 00722cb..8347b8f 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Changes made directly in the settings.json will take effect automatically; howev After adding the code block, the `settings.json` file should look similar to this:
- +
7. Save and close `settings.json` @@ -185,7 +185,7 @@ After adding the code block, the `settings.json` file should look similar to thi | **Item** | **Description** | **Expected Value** | **Default Values** | |------------------------|-------------------------------------------------------|------------------------------------------------------------------------------|--------------------| | **isEnabled** | Enable/Disables the line highlighter | boolean | true | -| **multiLineIsEnabled** | Highlight when clicking and dragging to select | boolean | false | +| **multiLineIsEnabled** | Highlight when clicking and dragging to select lines | boolean | false | | **backgroundColor** | Changes the background color of the highlight | HEX(A), RGB(A), HSL(A), String, or none | "#232C5C" | | **outlineColor** | Outline Color | HEX(A), RGB(A), HSL(A), String, or none | "#4866FE" | | **outlineWidth** | Outline Width | "medium", "thin", "thick", length, or none | "1px" |