add explicit link to http://bower.io/ (#7546)

This commit is contained in:
NestorTejero
2016-08-23 09:30:12 -07:00
committed by Jim
parent 56e20b4ab5
commit 32e60fecdc
+1 -1
View File
@@ -86,7 +86,7 @@ Update your HTML file as below:
## Using React from Bower
Bower is a package manager optimized for the front-end development. If multiple packages depend on a package - jQuery for example - Bower will download jQuery just once. This is known as a flat dependency graph and it helps reduce page load. For more info, visit http://bower.io/
Bower is a package manager optimized for the front-end development. If multiple packages depend on a package - jQuery for example - Bower will download jQuery just once. This is known as a flat dependency graph and it helps reduce page load. For more info, visit [http://bower.io/](http://bower.io/).
If you'd like to use bower, it's as easy as: