Skip to content

Commit

Permalink
✏️ Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgruwez committed Mar 13, 2017
1 parent 29635c4 commit d9fa6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ An easy to use flexbox grid system.

## Getting Started

To get the waffle grid system in your web page, simply pste this code into the `head` of your document,
To get the waffle grid system in your web page, simply paste this code into the `head` of your document,
```html
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.min.css">
<!-- or -->
Expand All @@ -42,7 +42,7 @@ $ npm install waffle-grid
# or
$ bower install waffle-grid
```
If you want you can still download the waffle grid [here](https://github.com/lucasgruwez/waffle-grid/releases/download/v1.2.2/waffle-grid.min.css).
If you want you can still download the waffle grid [here](https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.0/waffle-grid.min.css).

## Docs

Expand Down

0 comments on commit d9fa6c0

Please sign in to comment.