From eafa7e1ca8908dd0d66ca1aaf6a273ca794ce23c Mon Sep 17 00:00:00 2001 From: Lucas Gruwez Date: Thu, 2 Mar 2017 23:44:55 +1100 Subject: [PATCH] Update cdn to unpkg --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0aae5c4..0fac768 100644 --- a/README.md +++ b/README.md @@ -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 - + - + ``` 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