summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-02 15:26:29 +0100
committerwout <wout@impinc.co.uk>2013-07-02 15:26:29 +0100
commitdfa7123fb64bc13d2ce37b7f3e3be92db7f7fef8 (patch)
tree46b4c86dabcab39666af79707ad15d140fb8e767 /README.md
parentc30c718d904dc35bd99595ab37d5bb8cac796570 (diff)
downloadsvg.js-dfa7123fb64bc13d2ce37b7f3e3be92db7f7fef8.tar.gz
svg.js-dfa7123fb64bc13d2ce37b7f3e3be92db7f7fef8.zip
Updated README0.26
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8c1a27..78d6424 100644
--- a/README.md
+++ b/README.md
@@ -665,7 +665,7 @@ rect.animate(3000).move(100, 100).during(function(pos, morph) {
```
### Controlling animations externally
-Say you want to control the position of an animation with an external event than the `to()` method will proove very useful:
+Say you want to control the position of an animation with an external event, then the `to()` method will proove very useful:
```javascript
var animate = draw.rect(100, 100).move(50, 50).animate('=').move(200, 200)