aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-22 13:05:59 +0100
committerwout <wout@impinc.co.uk>2014-01-22 13:05:59 +0100
commit0230d7b8abca470f3b8833ca5ed5360613520442 (patch)
tree09abc3f3b60088c29a9620c3972ab71824fabae0
parent4367d5c24904cdcd21ca5d1b050303e1966ccd65 (diff)
downloadsvg.js-0230d7b8abca470f3b8833ca5ed5360613520442.tar.gz
svg.js-0230d7b8abca470f3b8833ca5ed5360613520442.zip
Typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a3dd98..2ab4cb4 100644
--- a/README.md
+++ b/README.md
@@ -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 */