We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f6257 commit 775b8f7Copy full SHA for 775b8f7
README.md
@@ -9,20 +9,20 @@ This plugin uses the jQuery built-in animation engine to transition the `stroke`
9
10
## Usage
11
12
-1. Include jQuery DrawSVG after jQuery
+Include jQuery DrawSVG after jQuery
13
14
```html
15
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
16
<script src="jquery.drawsvg.js"></script>
17
```
18
19
-2. Initialize the plugin on the <svg> element you want to animate and store in a variable
+Initialize the plugin on the <svg> element you want to animate and store in a variable
20
21
```js
22
var mySVG = $('#my_svg_element').drawsvg();
23
24
25
-3. Run the animation
+Run the animation
26
27
28
mySVG.drawsvg('animate');
0 commit comments