Skip to content

Commit eafa7e1

Browse files
authored
Update cdn to unpkg
1 parent 25a3ee3 commit eafa7e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ An easy to use flexbox grid system.
3232

3333
To get the waffle grid system in your web page, simply pste this code into the `head` of your document,
3434
```html
35-
<link rel="stylesheet" href="https://cdn.rawgit.com/lucasgruwez/waffle-grid/31785e54/dist/waffle-grid.min.css">
35+
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.min.css">
3636
<!-- or -->
37-
<link rel="stylesheet" href="https://cdn.rawgit.com/lucasgruwez/waffle-grid/31785e54/dist/waffle-grid.css">
37+
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.css">
3838
```
3939
or you can install the waffle grid system using a package manager like npm
4040
```
4141
$ npm install waffel-grid
4242
```
43-
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).
43+
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).
4444

4545
## Docs
4646

0 commit comments

Comments
 (0)