From 6199c674db6d5634014d1727b3e88dd6d558c7ed Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 15 Jul 2014 10:14:36 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f819eb5..c252a46 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ angular-help-overlay Angular Wrapper for [chardin.js](https://github.com/heelhook/chardin.js "Chardin.js") instruction overlay which was inspired by the "new" Gmail composer tour. -Include the angular-help-overlay js file (min or source), chardin.js, and chardin.css. Then install the module to your app: +Include the angular-help-overlay js file (min or source), chardin.js, and chardin.css. If you are using grunt and using a bowerInstall task, you probably will still need to manually include chardin.js and chardin.css yourself, however the angular-help-overlay should be injected just fine. + +Next, install the module to your app: ``` angular.module('YourApp', ['angulartics', 'angularHelpOverlay'])