Update README.md

This commit is contained in:
thednp 2016-01-22 00:46:51 +02:00
parent 36f97142fe
commit 2ebb6df047

View file

@ -100,7 +100,7 @@ var tween = $('selector').KUTE('fromTo', // apply fromTo() method to selector
);
// then we apply the tween control methods, like start
$(tween).('start');
$(tween).KUTE('start');
```
## Alternative usage in jQuery powered applications