Skip to content

Commit 6ba5cf0

Browse files
committed
Update README.md
1 parent 4a3b131 commit 6ba5cf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Canvas Snippets is a plugin for SublimeText 2 & 3 to make coding with HTML5 Canv
55
### Installing
66
***
77
Download the latest version:
8+
89
* https://github.com/skadimoolam/Canvas-Snippets/releases
910

1011
#### or
1112

1213
Install it via Package Control.
14+
1315
* Install [PackageControl](https://packagecontrol.io/installation)
1416
* Find PackageControl in the Command Palette(`CTRL+SHIFT+P`)
1517
* Search for `Canvas Snippets` and Install it.
@@ -19,7 +21,8 @@ Install it via Package Control.
1921
***
2022
Using these snippets are as easy as typeing the first two letters of a Method and Entering `Tab`.
2123

22-
Examples:
24+
Examples:
25+
2326
* To revel the `stroke()` method, type `st` and Press `Tab`.
2427
* To insert the `rotate()` method, type `ro` and Press `Tab`.
2528

0 commit comments

Comments
 (0)