diff --git a/README.md b/README.md index 8645d06..2298e11 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Include the required libraries ``` -Declare a dependency on the `ng-Autocomplete` module +Declare a dependency on the `ngAutocomplete` module ``` javascript -var app = angular.module('myModule', ['ng-Autocomplete']); +var app = angular.module('myModule', ['ngAutocomplete']); ``` Add the directive to a textbox