]> source.dussan.org Git - svg.js.git/commitdiff
Typo in README
authorwout <wout@impinc.co.uk>
Sat, 28 Jun 2014 16:41:37 +0000 (18:41 +0200)
committerwout <wout@impinc.co.uk>
Sat, 28 Jun 2014 16:41:37 +0000 (18:41 +0200)
README.md

index 74c9e0efbfd0b51412d73949a7c171b3ad02dca5..06e27466817ecd61c125718bba52bf7a921ebfb8 100755 (executable)
--- 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 })