Skip to content

Commit

Permalink
add space to markdown headings so they render properly on github
Browse files Browse the repository at this point in the history
melniker committed Jul 16, 2017
1 parent d3f0739 commit f74018d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Not all of the files here are precisely for Vue development (such as the gitigno

Any files that are specifically vue-related begin with a 'v'.

##Usage
## Usage
Place the files enclosed that end with the `.sublime-snippet` extension in your Sublime User folder. Typically, this will exist at pwd `~/Library/Application Support/Sublime Text 3/Packages/User`, but will be applied correctly wherever `Sublime Text (version)/Packages/User` is found

Basic setup for the snippets are as follows:
@@ -22,5 +22,5 @@ snippet code goes here
</snippet>
```

###Options
If there are different tiers of complexity, they are denoted with shorthand `:`, for instance, props keybinding is `vprops` for basic usage and type designation, but `vprops:d` to include defaults.
### Options
If there are different tiers of complexity, they are denoted with shorthand `:`, for instance, props keybinding is `vprops` for basic usage and type designation, but `vprops:d` to include defaults.

0 comments on commit f74018d

Please sign in to comment.