summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-02-02 14:47:19 +0100
committerwout <wout@impinc.co.uk>2014-02-02 14:47:19 +0100
commite1566105dcb10c55f669fb48e1eaf771b5232b44 (patch)
treef77d4ab95caeb48b4f35ec528b1a5b1fce1b6d6e /README.md
parent052f892af8d1af70732ee59fdc7f431788700a8a (diff)
downloadsvg.js-e1566105dcb10c55f669fb48e1eaf771b5232b44.tar.gz
svg.js-e1566105dcb10c55f669fb48e1eaf771b5232b44.zip
Updated README
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 dde3b58..44603bc 100644
--- a/README.md
+++ b/README.md
@@ -2229,7 +2229,7 @@ new SVG.PathArray([
Note that every instance of `SVG.Path` carries a reference to the `SVG.PathArray` instance:
```javascript
-polygon.array //-> returns the SVG.PointArray instance
+path.array //-> returns the SVG.PathArray instance
```
_Javascript inheritance stack: `SVG.PathArray` < `SVG.Array`_