From 298670e286ba4780e69cc05edf0643ce469445ad Mon Sep 17 00:00:00 2001 From: Sargon Piraev Date: Fri, 20 May 2016 17:29:21 +0300 Subject: [PATCH] module name is incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.