summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 878e65f..b47fbc4 100644
--- 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' });
```