Skip to content

Commit e46fa07

Browse files
committed
Update README.md
Tweak Pure + Bower info.
1 parent 29793ac commit e46fa07

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ A set of small, responsive CSS modules that you can use in every web project.
1414
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
1515
```
1616

17-
Alternatively, you can [customize how you use Pure][customize].
17+
Note: You can [customize which Pure modules you need][customize].
18+
19+
**Install with Bower:**
20+
21+
```shell
22+
$ bower install --save pure
23+
```
1824

1925

2026
[Pure]: http://purecss.io/
27+
[Bower]: http://bower.io/
2128
[Build Status]: https://travis-ci.org/yui/pure
2229
[customize]: http://purecss.io/customize/
2330

@@ -68,9 +75,11 @@ CDN:
6875
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
6976
```
7077

71-
You can also install it using [Bower](http://bower.io/), with the following command:
78+
You can also install Pure using [Bower][], using the following command:
7279

73-
bower install --save pure
80+
```shell
81+
$ bower install --save pure
82+
```
7483

7584

7685
Build From Source

0 commit comments

Comments
 (0)