]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Thu, 3 Jan 2013 21:41:19 +0000 (22:41 +0100)
committerwout <wout@impinc.co.uk>
Thu, 3 Jan 2013 21:41:19 +0000 (22:41 +0100)
README.md

index c4ad6574c76906fd6ff41b13471421614f586bd9..a85d3df99ba51b4c3ebba04dc89000e9622ab38e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -279,7 +279,7 @@ rect.animate().move(150, 150);
 The `animate()` method will take two arguments. The first is `milliseconds`, the second `ease`:
 
 ```javascript
-rect.animate(2000, '>').fill({ color: '#f03' });
+rect.animate(2000, '>').attr({ fill: '#f03' });
 ```
 
 By default `milliseconds` will be set to `1000`, `ease` will be set to `<>`. All available ease types are: