Skip to content

Commit

Permalink
Added Bower section to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
turuslan committed Sep 27, 2015
1 parent 0a7a56c commit 9d1a187
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Avoid timers throttling by browser when tab is inactive
# Usage:
Place script reference to **HackTimer.js** (or HackTimer.min.js) before any other JavaScript

# Bower
Command: `bower install hacktimer`

Registry: https://www.myget.org

You can specify bower registry in file `.bowerrc` in your working directory
```json
{
"registry": {
"search": [
"https://www.myget.org",
"https://bower.herokuapp.com"
]
}
}
```

# Notes
Loader code **HackTimer.js** (or HackTimer.min.js) may be placed in separate file or in script tag.

Expand Down

0 comments on commit 9d1a187

Please sign in to comment.