diff options
author | wout <wout@impinc.co.uk> | 2014-01-22 13:05:59 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-22 13:05:59 +0100 |
commit | 0230d7b8abca470f3b8833ca5ed5360613520442 (patch) | |
tree | 09abc3f3b60088c29a9620c3972ab71824fabae0 | |
parent | 4367d5c24904cdcd21ca5d1b050303e1966ccd65 (diff) | |
download | svg.js-0230d7b8abca470f3b8833ca5ed5360613520442.tar.gz svg.js-0230d7b8abca470f3b8833ca5ed5360613520442.zip |
Typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ element.fill('#f06') ``` ### By class name -There is no DOM querying system built into svg.js but [jQuery](http://jquery.com/) or [Zepto](http://zeptojs.com/) will hep you achieve this. Here is an example: +There is no DOM querying system built into svg.js but [jQuery](http://jquery.com/) or [Zepto](http://zeptojs.com/) will help you achieve this. Here is an example: ```javascript /* add elements */ |