Merge pull request #417 from nick-f/nickf/update-readme-version
Update readme version number
This commit is contained in:
commit
b9df9ad488
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue