summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-28 15:48:03 +0100
committerwout <wout@impinc.co.uk>2014-01-28 15:48:03 +0100
commit9688054367938f1e9240c2d8572e94bb0149bc77 (patch)
treea235ae959a7d1a0a2906ca32544874eb334fac38
parente04f8d1b3595c65e245465606e3987025075a4fd (diff)
downloadsvg.js-9688054367938f1e9240c2d8572e94bb0149bc77.tar.gz
svg.js-9688054367938f1e9240c2d8572e94bb0149bc77.zip
Updated README1.0.0-rc.1
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4209a71..848a134 100644
--- a/README.md
+++ b/README.md
@@ -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)