Update readme version number

This commit is contained in:
Nick Freeland 2017-08-28 12:52:59 +10:00
parent 4595b07188
commit 55ec3199ff

View file

@ -45,9 +45,9 @@ You can always grab the latest version with
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
```
You can also specify a specific version. The latest version is 4.6.1
You can also specify a specific version. The latest version is 4.8.1
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.6.1/css/tachyons.min.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.8.1/css/tachyons.min.css">
```
### Local Setup