diff --git a/README.md b/README.md index b85dbac..fca5230 100644 --- a/README.md +++ b/README.md @@ -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 }); ```