]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Sat, 2 Feb 2013 16:42:14 +0000 (17:42 +0100)
committerwout <wout@impinc.co.uk>
Sat, 2 Feb 2013 16:42:14 +0000 (17:42 +0100)
README.md

index 4cbf9a3ef124cb6251a69b591bf076c72f4a9724..f4eb283ac6f38f895a4038348f1ceef603828af7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ _Note that this generates an `<ellipse>` element instead of a `<circle>`. This c
 The line element always takes four arguments, `x1`, `y1`, `x2` and `y2`:
 
 ```javascript
-var star = draw.line(0, 0, 100, 150);
+var line = draw.line(0, 0, 100, 150);
 ```