From f876e7de3be4f61c54b85f19743fbb46f9592fb7 Mon Sep 17 00:00:00 2001 From: LeovR Date: Sun, 9 Mar 2014 18:21:58 +0100 Subject: [PATCH] Use correct module name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8e6ea1..a923536 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 @@ -85,4 +85,4 @@ google places autocomplete https://developers.google.com/maps/documentation/java AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. \ No newline at end of file + THE SOFTWARE.