From: wout Date: Sat, 29 Dec 2012 14:40:29 +0000 (+0100) Subject: Updated README X-Git-Tag: 0.2~49 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8d4e5c65ff74e0f745a5b1ff08f0e28fb5b5d92;p=svg.js.git Updated README --- 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'); ```