Skip to content

Commit

Permalink
added CDN instruction. Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitesh Shah committed May 3, 2017
1 parent 7c53c3a commit 5e567a9
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ the [reddit thread](https://www.reddit.com/r/webdev/comments/68zpdp/sakura_a_min

## Installation

**Manually** (*recommended*):

1. Download the file:

```
Expand All @@ -55,18 +57,26 @@ the [reddit thread](https://www.reddit.com/r/webdev/comments/68zpdp/sakura_a_min
2. Link it from html:
```
<link rel="stylesheet" href="sakura.css">
<link rel="stylesheet" href="sakura.css" type="text/css">
```
**CDN**:
1. Simply add this in your `<head>` tag.
```
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
```
**(Optional)** *but recommended*, use
**(Optional)** *but recommended* to use
[normalize.css](https://github.com/necolas/normalize.css/)
to reset before using sakura.
to reset *before* using sakura.
## Sites using Sakura
* http://computableverse.com
* http://owlofathena.com
* http://findyourip.cf
* [http://computableverse.com](http://computableverse.com)
* [http://owlofathena.com](http://owlofathena.com)
* [http://findyourip.cf](http://findyourip.cf)
***If you're using sakura, please let me know or make a pull
request adding in your name. I would be super happy!! `^_^`***
Expand Down

0 comments on commit 5e567a9

Please sign in to comment.