diff options
author | wout <wout@impinc.co.uk> | 2014-01-28 15:48:03 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-28 15:48:03 +0100 |
commit | 9688054367938f1e9240c2d8572e94bb0149bc77 (patch) | |
tree | a235ae959a7d1a0a2906ca32544874eb334fac38 | |
parent | e04f8d1b3595c65e245465606e3987025075a4fd (diff) | |
download | svg.js-9688054367938f1e9240c2d8572e94bb0149bc77.tar.gz svg.js-9688054367938f1e9240c2d8572e94bb0149bc77.zip |
Updated README1.0.0-rc.1
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1128,7 +1128,7 @@ By default the `loop()` method creates and eternal loop: rect.animate(3000).move(100, 100).loop() ``` -But the loop can also be apredefined number of times: +But the loop can also be a predefined number of times: ```javascript rect.animate(3000).move(100, 100).loop(5) |