Skip to content

Commit 5b2d4e8

Browse files
Updated Readme file
1 parent 3f6b473 commit 5b2d4e8

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
@@ -14,15 +14,15 @@ Revit API snippets for Visual Studio.
1414
## Installation
1515

1616
1. [Download](https://github.com/mayconrfreitas/RevitAPISnippets/archive/refs/heads/main.zip) or [clone](git-client://clone?repo=https%3A%2F%2Fgithub.com%2Fmayconrfreitas%2FRevitAPISnippets) this repo;
17-
2. On Visual Studio, go to `Tools > Code Snippets Manager...` or press `Ctrl + K` and `Ctrl + B`;
17+
2. On Visual Studio, go to `Tools > Code Snippets Manager...` or press <kbd>Ctrl</kbd> + <kbd>K</kbd> and <kbd>Ctrl</kbd> + <kbd>B</kbd>;
1818
3. Click on `Add` button.
1919
4. Navigate to the folder where you saved this repo;
2020
5. Open the repo [`Folder > Snippets`](./Snippets/) and Select the RevitAPI folder according to your Revit version (E.g.: [`RevitAPI2020`](./Snippets/RevitAPI2020/));
2121
6. Click on `OK`.
2222

2323
## How to use
2424

25-
1. After installation, type the command (as in the [Snippets List](#snippets)) `command` and press `tab` 2x;
25+
1. After installation, type the command (as in the [Snippets List](#snippets)) `command` and press <kbd>tab</kbd> 2x;
2626
<p>
2727
<img width="800" src="./Source/gifs/howtouse_01.gif" alt="Revit API Snippets - Example of snippet">
2828
</p>
@@ -32,7 +32,7 @@ Revit API snippets for Visual Studio.
3232
<img width="800" src="./Source/gifs/howtouse_02.gif" alt="Revit API Snippets - Example of snippet">
3333
</p>
3434

35-
3. Press `enter` to complete the command.
35+
3. Press <kbd>enter</kbd> to complete the command.
3636

3737
<br />
3838

0 commit comments

Comments
 (0)