summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-29 15:40:29 +0100
committerwout <wout@impinc.co.uk>2012-12-29 15:40:29 +0100
commitb8d4e5c65ff74e0f745a5b1ff08f0e28fb5b5d92 (patch)
tree0432a540c1a380f9de89136b6438d32bed4ae800
parent95c7db4d86c429ce4ade55b2f4fec96126640d11 (diff)
downloadsvg.js-b8d4e5c65ff74e0f745a5b1ff08f0e28fb5b5d92.tar.gz
svg.js-b8d4e5c65ff74e0f745a5b1ff08f0e28fb5b5d92.zip
Updated README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d1221b..8a0d50e 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Polygon strings are exactly the same as polyline strings. There is no need to cl
The path string is similar to the polygon string but much more complex in order to support curves:
```javascript
-// polyline('path data')
+// path('path data')
var path = draw.path('M10,20L30,40');
```