Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanburke committed Jul 15, 2014
1 parent 1f2a577 commit 6199c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 6199c67

Please sign in to comment.