Skip to content

Commit

Permalink
Updated Bower section, fix registry url.
Browse files Browse the repository at this point in the history
  • Loading branch information
turuslan committed Jan 20, 2016
1 parent 3762acb commit e6c4368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Registry URL: https://www.myget.org/F/hack-timer/npm
# Bower
Command: `bower install hacktimer`

Registry: https://www.myget.org
Registry: https://www.myget.org/F/hack-timer/bower/

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

0 comments on commit e6c4368

Please sign in to comment.