Skip to content

Commit 53f1284

Browse files
committed
fix formatting
1 parent 1b2d9b9 commit 53f1284

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Pure
66
A set of small, responsive CSS modules that you can use in every web project.
77

88
Homepage: [http://www.purecss.io](http://www.purecss.io)
9-
Get it from CDN: `<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.0.2/pure-min.css">`
9+
Get it from CDN:
10+
11+
```html
12+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.0.2/pure-min.css">
13+
```
1014

1115

1216
## Features
@@ -25,15 +29,17 @@ every site needs, without making it look cookie-cutter:
2529
* Easy one-click customization with the [Skin Builder](http://yui.github.io/skinbuilder/?mode=pure)
2630
* Extremely small file size: ***< 5KB!***
2731

28-
[Check out Pure today](http://www.purecss.io)
32+
[Check out Pure](http://www.purecss.io)
2933

3034
## Get Started
3135

3236
To get started using Pure, go to the [Pure CSS website](http://www.purecss.io). The website has extensive documentation and examples necessary to get you started using Pure.
3337

3438
You can include the Pure CSS file in your project by fetching it from Yahoo's CDN:
3539

36-
`<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.0.2/pure-min.css">`
40+
```html
41+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.0.2/pure-min.css">
42+
```
3743

3844
## Build from source
3945

0 commit comments

Comments
 (0)