diff --git a/README.md b/README.md index 38ba862..03a478f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Include the javascript file. Inject the `count-to` directive in your app. ``` -var myApp = angular.module('myApp', ['count-to']); +var myApp = angular.module('myApp', ['countTo']); ``` Apply the directive to a dom element.