Skip to content

Commit

Permalink
docs(readme.md): change to latest version url
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko committed Feb 16, 2019
1 parent 6280661 commit 97c4e05
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Importa el CSS utiliando un elemento `<link />`:
<!-- minificado -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
<!-- último -->
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- solo estilo del núcleo -->
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
```
Expand Down
2 changes: 1 addition & 1 deletion .github/README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ yarn add nes.css
<!-- 圧縮版 -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
<!-- 最新版 -->
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- コアスタイルのみ -->
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
```
Expand Down
2 changes: 1 addition & 1 deletion .github/README-pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Importe o CSS através de um elemento `<link />`:
<!-- minify -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
```
Expand Down
2 changes: 1 addition & 1 deletion .github/README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yarn add nes.css
<!-- non-minified -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Import the CSS via a `<link />` element:
<!-- minify -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
```
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>NES.css - NES-style CSS Framework</title>

<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<link href="./demo/style.css" rel="stylesheet" />
<script async src="./demo/lib/dialog-polyfill.js"></script>
<link async rel="stylesheet" type="text/css" href="dialog-polyfill.css" />
Expand Down

0 comments on commit 97c4e05

Please sign in to comment.