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