aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-02-02 17:42:14 +0100
committerwout <wout@impinc.co.uk>2013-02-02 17:42:14 +0100
commite5fb908aa5e2f68ed75684662a7f22ad182f4cc9 (patch)
treed95434bd467755fb88295b69843797e671a44dfd
parent07cd311451c318678a0139b10441364f3f4b9e38 (diff)
downloadsvg.js-e5fb908aa5e2f68ed75684662a7f22ad182f4cc9.tar.gz
svg.js-e5fb908aa5e2f68ed75684662a7f22ad182f4cc9.zip
Updated README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4cbf9a3..f4eb283 100644
--- 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);
```