Fix typo in README.md (#862)

This commit is contained in:
mattstrick 2018-10-13 10:04:46 -05:00 committed by Elton Mesquita
parent 6fa759b7c2
commit 97000ac270
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ And use it like this:
$('#yourElement').animateCss('bounce');
or;
$('#yourElement').animateCss('bounce', function() {
// Do somthing after animation
// Do something after animation
});
```