summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-09-20 19:33:56 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-09-20 19:33:56 +0200
commit9fce07dc8c2e4772051c6944849d32420496a261 (patch)
treeb7a00681720242e16a3b65ac23760c6b2e68503e /README.md
parent07c5387602dea1d2ac9eef52bbc8e98d0f937fe9 (diff)
downloadsvg.js-9fce07dc8c2e4772051c6944849d32420496a261.tar.gz
svg.js-9fce07dc8c2e4772051c6944849d32420496a261.zip
bump 2.1.02.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95dcc80..0e8ce4d 100644
--- a/README.md
+++ b/README.md
@@ -3623,7 +3623,7 @@ Svg.js uses the `SVG.invent()` function to create all internal elements, so have
### SVG.extend()
-SVG.js has a modular structure. It is very easy to add you own methods at different levels. Let's say we want to add a method to all shape types then we would add our method to SVG.Shape:
+SVG.js has a modular structure. It is very easy to add your own methods at different levels. Let's say we want to add a method to all shape types then we would add our method to SVG.Shape:
```javascript
SVG.extend(SVG.Shape, {