Skip to content

Commit

Permalink
✏️ Fix typo in href for unpkg.com (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
b0gok authored and imevro committed Jan 18, 2018
1 parent 1ceedd7 commit 3cb9eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ import 'flexboxgrid2/flexboxgrid2.css'

### unpkg.com CDN
```html
<link rel="stylesheet" href="//unpkg.com/flexboxgrid2" >
<link rel="stylesheet" href="https://unpkg.com/flexboxgrid2">
```

0 comments on commit 3cb9eda

Please sign in to comment.