1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

docs(readme.md): update latest version

This commit is contained in:
BcRikko
2019-02-27 20:27:48 +09:00
parent 4a2a145fd1
commit a160b295b6
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ Import the CSS via a `<link />` element:
```html
<!-- minify -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.1.0/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->