Skip to content

Commit 56f6617

Browse files
committed
fixed some typos and missing tags
1 parent 9fd8ad4 commit 56f6617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Helpful Sublime Text snippets to get you started with GitHub flavored Markdown b
88
### Via Package Control
99
The easiest way is to install it via [Package Control](https://packagecontrol.io/).
1010

11-
- Go to **Command Palette**
11+
- Go to **Command Palette** `Ctrl + Shift + P` or `⌘ + Shift + P`
1212
- Select **Package Control : Install Package**
1313
- Search for **Github Markdown Snippets**
1414

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Installation</h2>
2121
<p>
2222
Easiest way to install is via <strong>Package Control</strong>.
2323
<ul>
24-
<li>Go to <strong>Command Palette</strong>(<kbd>CTRL + </kbd> <kbd>SHIFT </kbd>+<kbd> P</kbd> OR <kbd>CMD + SHIFT + P</kbd>)</li>
24+
<li>Go to <strong>Command Palette</strong>(<code>Ctrl + Shift + P</code> OR <code>Cmd + Shift + P</code>)</li>
2525
<li>Select <strong>Package Control : Install Package</strong></li>
2626
<li>Search for <strong>Github Markdown Snippets</strong></li>
2727
</ul>
@@ -38,7 +38,7 @@ <h2>Usage</h2>
3838
<table class="table table-hover table-bordered">
3939
<thead>
4040
<tr>
41-
<th><kbd>TAB</kbd> Trigger</th>
41+
<th><code>Tab</code> Trigger</th>
4242
<th>Markdown Equivalent</th>
4343
<th>Output</th>
4444
</tr>

0 commit comments

Comments
 (0)