From 5b28e2f9672d22d34074d175c0a8b951e441ced9 Mon Sep 17 00:00:00 2001 From: James McClean Date: Wed, 5 Oct 2016 13:35:17 +0100 Subject: [PATCH] Updated directive name --- 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.