From: wout Date: Sat, 2 Feb 2013 16:42:14 +0000 (+0100) Subject: Updated README X-Git-Tag: 0.6~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e5fb908aa5e2f68ed75684662a7f22ad182f4cc9;p=svg.js.git Updated README --- 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 `` element instead of a ``. 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); ```