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

index 878e65fc6a5593a4287012ba84685ed2bb6a8044..b47fbc449bac0e8fef0e1e0b6f6a9c90b32aaeab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ var image = draw.image('/path/to/image.jpg').move(100, 100).size(200, 200);
 
 
 ### Path
+Pass the path string as the first argument:
 ```javascript
 var path = draw.path('M10,20L30,40').attr({ fill: '#9dffd3' });
 ```