Skip to content

Commit

Permalink
docs: release update
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko committed Sep 30, 2019
1 parent 72a12ac commit 776f4f7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ yarn add nes.css

```html
<!-- 圧縮版 -->
<link href="https://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" />
<!-- 最新版 -->
<link href="https://unpkg.com/nes.css@latest/css/nes.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 @@ -32,7 +32,7 @@ Importe o CSS através de um elemento `<link />`:

```html
<!-- minify -->
<link href="https://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->
Expand Down
6 changes: 3 additions & 3 deletions .github/README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ yarn add nes.css

```html
<!-- Миницифированные -->
<link href="https://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" />
<!-- Последние -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- Только основные стили -->
Expand All @@ -44,12 +44,12 @@ yarn add nes.css
NES.css не предоставляет никаких шрифтов, но мы поддерживаем следующие шрифты, которые рекомендуются к использованию с этой билиотекой

| Язык | Шрифт |
|--------------|--------------------------------------------------------------------|
| ------------ | ------------------------------------------------------------------ |
| По умолчанию | [Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P) |
| Английский | [Kongtext](https://www.dafont.com/kongtext.font) |
| Японский | [美咲フォント](http://littlelimit.net/misaki.htm) |
| Японский | [Nu もち](http://kokagem.sakura.ne.jp/font/mochi/) |
| Корейский | [둥근모꼴](http://cactus.tistory.com/193) |
| Корейский | [둥근모꼴](http://cactus.tistory.com/193) |

## Использование

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 @@ -22,7 +22,7 @@ yarn add nes.css

```html
<!-- non-minified -->
<link href="https://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Import the CSS via a `<link />` element:

```html
<!-- minify -->
<link href="https://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->
Expand Down
2 changes: 1 addition & 1 deletion docs/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://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" />
<link href="./style.css" rel="stylesheet" />
<script src="./lib/vue.min.js"></script>

Expand Down
4 changes: 3 additions & 1 deletion docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,10 @@ const contributors = [
'soph-iest',
'montezume',
'sazzadsazib',
'KeevanDance',
'jdvivar',
'ohlookitsderpy',
'IngwiePhoenix',
'kyu-suke',
'jjspace',
'Baldomo',
'DanSnow',
Expand All @@ -580,13 +580,15 @@ const contributors = [
'alexd99',
'alexgleason',
'agarzola',
'Ermakoy',
'fleeting',
'JamesIves',
'jsoref',
'KOREAN139',
'LukBukkit',
'otaviopace',
'Pedro-Souza',
'iamrameffort',
'scottaohara',
'd0p1s4m4',
'lucasjs',
Expand Down

0 comments on commit 776f4f7

Please sign in to comment.