Skip to content

Commit 65c8c4a

Browse files
committed
Edited README.md copy
1 parent 8eabb94 commit 65c8c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717

1818
### Option 3: Install Directly from GitHub:
1919
1. Download the latest `.vsix` package from the [GitHub Releases page](https://github.com/adamovera/nested/releases).
20-
2. In VS Code, open the **Command Palette** (`Ctrl+Shift+P` or `Cmd+Shift+P` on macOS).
20+
2. In VS Code, open the **Command Palette** (`Ctrl+Shift+P` on Windows/Linux or `Cmd+Shift+P` on macOS).
2121
3. Search for **"Install from VSIX..."**.
2222
4. Select the downloaded `.vsix` file to install the extension.
2323

2424
## Usage
2525

2626
### Add Indentation (4 spaces):
2727
1. Select the lines you want to indent.
28-
2. Press `Ctrl+Shift+Space` (Windows/Linux) or `Cmd+Shift+Space` (Mac) or use the **Add 4 Spaces to Selected Lines** command in the **Command Palette**.
28+
2. Press `Ctrl+Shift+Space` (Windows/Linux) or `Cmd+Shift+Space` (macOS) or use the **Add 4 Spaces to Selected Lines** command in the **Command Palette**.
2929

3030
### Remove Indentation (4 spaces):
3131
1. Select the lines you want to un-indent.
32-
2. Press `Ctrl+Shift+Backspace` (Windows/Linux) or `Cmd+Shift+Backspace` (Mac) or use the **Remove 4 Spaces from Selected Lines** command in the **Command Palette**.
32+
2. Press `Ctrl+Shift+Backspace` (Windows/Linux) or `Cmd+Shift+Backspace` (macOS) or use the **Remove 4 Spaces from Selected Lines** command in the **Command Palette**.
3333

3434
## Example Use Cases
3535
- **Markdown lists**: Nest or un-nest items in bullet-point or numbered lists.

0 commit comments

Comments
 (0)