Skip to content

Commit 775b8f7

Browse files
committed
Removed numbers in 'Usage'
1 parent 14f6257 commit 775b8f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ This plugin uses the jQuery built-in animation engine to transition the `stroke`
99

1010
## Usage
1111

12-
1. Include jQuery DrawSVG after jQuery
12+
Include jQuery DrawSVG after jQuery
1313

1414
```html
1515
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
1616
<script src="jquery.drawsvg.js"></script>
1717
```
1818

19-
2. Initialize the plugin on the <svg> element you want to animate and store in a variable
19+
Initialize the plugin on the <svg> element you want to animate and store in a variable
2020

2121
```js
2222
var mySVG = $('#my_svg_element').drawsvg();
2323
```
2424

25-
3. Run the animation
25+
Run the animation
2626

2727
```js
2828
mySVG.drawsvg('animate');

0 commit comments

Comments
 (0)