Skip to content

Commit 2f44fc1

Browse files
authored
Merge pull request #16 from ed789d0/patch-1
Improving the readme a bit.
2 parents b9cfdf8 + ee12536 commit 2f44fc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "hars",
44
"displayName": "C/C++ Snippets",
55
"description": "Code snippets for C/C++",
6-
"version": "0.0.13",
6+
"version": "0.0.14",
77
"engines": {
88
"vscode": "^0.10.1"
99
},

0 commit comments

Comments
 (0)