Skip to content

Commit

Permalink
Fix code blocks for CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kolce committed Nov 14, 2016
1 parent 1f6a390 commit fd23820
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ There are 3 different options to install Concise CSS in your website, although t
If you just want to try Concise CSS or of you do not have plans to customize the styles, you can use our CDN, this is the easier way to get started with the framework—and if you like it—is recommended to switch to NPM so that you can customize the styles.


```CSS
/* Normal - Latest version */
```HTML
<!-- Normal - Latest version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/concise.css">

/* Minified - Latest version */
<!-- Minified - Latest version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/concise.min.css">
```

That is for the latest version, if you want to use a specific one you can do something like the following:

```CSS
/* Normal - Specific version */
```HTML
<!-- Normal - Specific version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/v4.0.0/concise.css">

/* Minified - Specific version */
<!-- Minified - Specific version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/v4.0.0/concise.min.css">
```

Expand Down

0 comments on commit fd23820

Please sign in to comment.