]> source.dussan.org Git - svg.js.git/commitdiff
Updated README 0.26
authorwout <wout@impinc.co.uk>
Tue, 2 Jul 2013 14:26:29 +0000 (15:26 +0100)
committerwout <wout@impinc.co.uk>
Tue, 2 Jul 2013 14:26:29 +0000 (15:26 +0100)
README.md

index a8c1a27bb80ebdee671ddb05c8bb587d7d662c7f..78d64242897d19c3b3d668b02bf0e421295cb2cb 100644 (file)
--- 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)