Skip to content

Commit

Permalink
Merge pull request #52 from MarkJessop/master
Browse files Browse the repository at this point in the history
Minor readme update
  • Loading branch information
srfrnk authored Sep 22, 2016
2 parents 2c2adba + 0185154 commit 9b23f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Uses user-agent to set css classes or directly usable via JS.
See website: [http://srfrnk.github.io/ng-device-detector](http://srfrnk.github.io/ng-device-detector)

### Install
* Run $ bower install ng-device-detector --save
* Run $ `bower install ng-device-detector --save`
* Add script load to HTML:`<script type="text/javascript" src=".../re-tree.js"></script>`
* Add script load to HTML:`<script type="text/javascript" src=".../ng-device-detector.js"></script>`
* Add module to your app dependencies: `...angular.module("...", [..."ng.deviceDetector"...])...`
Expand Down

0 comments on commit 9b23f97

Please sign in to comment.