]> source.dussan.org Git - svg.js.git/commitdiff
Typo
authorwout <wout@impinc.co.uk>
Wed, 30 Jul 2014 09:19:34 +0000 (11:19 +0200)
committerwout <wout@impinc.co.uk>
Wed, 30 Jul 2014 09:19:34 +0000 (11:19 +0200)
README.md

index 7d72d7958e9b0e14253802e34dd99053d4ba5473..e2519c464bf470ee3db9c377e73efb10819dd988 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1797,7 +1797,7 @@ document.onmousemove = function(event) {
 }
 ```
 
-In order to be able use the `at()` method, the duration of the animation should be set to `'='`. The value passed as the first argument of `at()` should be a number between `0` and `1`, `0` being the beginning of the animation and `1` being the end. Note that any values below `0` and above `1` will be normalized.
+In order to be able to use the `at()` method, the duration of the animation should be set to `'='`. The value passed as the first argument of `at()` should be a number between `0` and `1`, `0` being the beginning of the animation and `1` being the end. Note that any values below `0` and above `1` will be normalized.
 
 _This functionality requires the fx.js module which is included in the default distribution._