Skip to content

Commit 6c9257e

Browse files
authored
Update README.md
1 parent 7e8f56b commit 6c9257e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This extension for Visual Studio Code adds snippets for C/C++.
44
## Usage
55
Type a part of the keywords in snippet e.g., "for" and press enter.
66

7-
```
7+
```cpp
88
for // Creates a for loop snippet
99
```
1010

11-
Alternatively, one can also just press `Ctrl`+`Space` (Windows, Linux) or `Cmd`+`Space` (OSX) to access the available snippets in the editor.
11+
Alternatively, one can also just press <kbd>Ctrl</kbd> + <kbd>Space</kbd> (works on Windows, Linux, or Mac) to access the available snippets in the editor.
1212

1313
## Installation
1414

0 commit comments

Comments
 (0)