diff options
author | wout <wout@impinc.co.uk> | 2014-06-28 18:41:37 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-28 18:41:37 +0200 |
commit | 7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc (patch) | |
tree | ab7a3fa85ce334104db8f72a7c8729cba1a42f32 /README.md | |
parent | 2260f5789b48dd92dccf0dd734cf59cf957e4d52 (diff) | |
download | svg.js-7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc.tar.gz svg.js-7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc.zip |
Typo in README
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }) |