From 44ed3a00e672d13e23936b50ad672ced2c1c0496 Mon Sep 17 00:00:00 2001 From: mreigen Date: Thu, 5 Nov 2015 21:58:57 -0800 Subject: [PATCH] update install section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6bbb2bc..cebbaea 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ NOTE: I no longer actively mantain this repository. I've started using ReactJS n ### Getting Started + +#### Install + +``` +bower install angucomplete --save-dev +``` + Download the code, and include the angucomplete.js file in your page. Then add the angucomplete module to your Angular App file, e.g. ```html var app = angular.module('app', ["angucomplete"]);