Skip to content

Commit

Permalink
Update cdn to unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgruwez committed Mar 2, 2017
1 parent 25a3ee3 commit eafa7e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -32,15 +32,15 @@ An easy to use flexbox grid system.

To get the waffle grid system in your web page, simply pste this code into the `head` of your document,
```html
<link rel="stylesheet" href="https://cdn.rawgit.com/lucasgruwez/waffle-grid/31785e54/dist/waffle-grid.min.css">
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.min.css">
<!-- or -->
<link rel="stylesheet" href="https://cdn.rawgit.com/lucasgruwez/waffle-grid/31785e54/dist/waffle-grid.css">
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.css">
```
or you can install the waffle grid system using a package manager like npm
```
$ npm install waffel-grid
```
If you want you can still download the waffle grid [here](https://github.com/lucasgruwez/waffle-grid/releases/download/1.2.0/waffle-grid.min.css).
If you want you can still download the waffle grid [here](https://github.com/lucasgruwez/waffle-grid/releases/download/1.2.1/waffle-grid.min.css).

## Docs

Expand Down

0 comments on commit eafa7e1

Please sign in to comment.