From 9688054367938f1e9240c2d8572e94bb0149bc77 Mon Sep 17 00:00:00 2001 From: wout Date: Tue, 28 Jan 2014 15:48:03 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5