From ecfb4395439c924c64f6fe4b0656bccf68a2194d Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Mon, 28 Jan 2013 11:37:38 -0500 Subject: [PATCH] use `**` for bolds. It was messing with my Markdown syntax parser :space_invader: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc7bcf1d..5e431584 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ house some components internally while still taking advantage of public Bower re } ``` -Bower will first look to __http://bower.mycompany.com__ while trying to find your components. If not found, the main registry at __https://bower.herokuapp.com__ will be consulted to see if a copy of the resource can be retrieved. +Bower will first look to **http://bower.mycompany.com** while trying to find your components. If not found, the main registry at **https://bower.herokuapp.com** will be consulted to see if a copy of the resource can be retrieved. ### Defining a package