Skip to content

Commit

Permalink
Fix a typo and modify a inner page link
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Apr 6, 2021
1 parent 896846d commit 10b3508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<br />

[Wasmer](https://wasmer.io/) は、[WebAssembly](https://webassembly.org/) をベースとした非常に軽量なコンテナを実現します。デスクトップからクラウドや IoT デバイス上まで、どんな環境でも実行でき、さらに[*任意のプログラミング言語*](https://github.com/wasmerio/wasmer#language-integrations)に埋め込むこともできます。
[Wasmer](https://wasmer.io/) は、[WebAssembly](https://webassembly.org/) をベースとした非常に軽量なコンテナを実現します。デスクトップからクラウドや IoT デバイス上まで、どんな環境でも実行でき、さらに[*任意のプログラミング言語*](#他の言語とのインテグレーション)に埋め込むこともできます。

> この readme は、次の言語でも利用可能です。[🇨🇳 中文-Chinese](https://github.com/wasmerio/wasmer/blob/master/docs/cn/README.md)[🇬🇧 英語-English](https://github.com/wasmerio/wasmer/blob/master/README.md)[🇪🇸 Español-Spanish](https://github.com/wasmerio/wasmer/blob/master/docs/es/README.md)[🇫🇷 Français-French](https://github.com/wasmerio/wasmer/blob/master/docs/fr/README.md)
Expand All @@ -41,7 +41,7 @@

* **標準に準拠**。ランタイムは[公式の WebAssembly テストスイート](https://github.com/WebAssembly/testsuite)に通っており、[WASI](https://github.com/WebAssembly/WASI)[Emscripten](https://emscripten.org/) をサポートします。

## クリックスタート
## クイックスタート

Wasmer は依存関係なしで動作します。以下のコマンドでインストーラーを使用してインストールできます。

Expand Down

0 comments on commit 10b3508

Please sign in to comment.