From e6c4368b16f2b1514d7d70aa0b24646457012e6f Mon Sep 17 00:00:00 2001 From: Ruslan Tushov Date: Wed, 20 Jan 2016 22:32:41 +0300 Subject: [PATCH] Updated Bower section, fix registry url. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a408038..98c0063 100644 --- a/README.md +++ b/README.md @@ -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" ] }