]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Sat, 29 Dec 2012 14:40:29 +0000 (15:40 +0100)
committerwout <wout@impinc.co.uk>
Sat, 29 Dec 2012 14:40:29 +0000 (15:40 +0100)
README.md

index 2d1221bb3440e6524a1152eaa1eeba04f3d9199d..8a0d50e00253626c3ad930cda505b88ead5c3f9c 100644 (file)
--- 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');
 ```