summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 })