summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-28 18:41:37 +0200
committerwout <wout@impinc.co.uk>2014-06-28 18:41:37 +0200
commit7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc (patch)
treeab7a3fa85ce334104db8f72a7c8729cba1a42f32 /README.md
parent2260f5789b48dd92dccf0dd734cf59cf957e4d52 (diff)
downloadsvg.js-7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc.tar.gz
svg.js-7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc.zip
Typo in README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74c9e0e..06e2746 100755
--- a/README.md
+++ b/README.md
@@ -248,7 +248,7 @@ rect.radius(75, 50)
__`returns`: `itself`__
## Line
-Create a line for point A to point B:
+Create a line from point A to point B:
```javascript
var line = draw.line(0, 0, 100, 150).stroke({ width: 1 })