Skip to content

Commit

Permalink
Merge pull request #8 from LeovR/patch-1
Browse files Browse the repository at this point in the history
Use correct module name
  • Loading branch information
wpalahnuk committed Mar 11, 2014
2 parents b26d549 + f876e7d commit c9ea47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Include the required libraries
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
```

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
Expand Down

0 comments on commit c9ea47f

Please sign in to comment.