Skip to content

Commit

Permalink
Modified descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Oct 13, 2024
1 parent d68252d commit 7191ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pyxel-web-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For example, if the username is `taro`, the repository is named `my_repo`, the f
https://kitao.github.io/pyxel/wasm/launcher/?run=taro.my_repo.src.scenes.title
```

Please note that due to Web security restrictions, the `run` command cannot import local files or directories.
Please note that due to Web limitations, the `run` command cannot import local files or directories.

If you want to run a `shooter.pyxapp` located in the `dist/games` directory, the URL would be:

Expand Down
2 changes: 1 addition & 1 deletion docs/pyxel-web-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://kitao.github.io/pyxel/wasm/launcher/?<コマンド>=<githubのユーザ
https://kitao.github.io/pyxel/wasm/launcher/?run=taro.my_repo.src.scenes.title
```

`run`コマンドでは、Web のセキュリティ上の制約により、ローカルの別ファイルやディレクトリをインポートすることができないのでご注意ください。
`run`コマンドでは、Web の仕様上の制約により、ローカルの別ファイルやディレクトリをインポートすることができないのでご注意ください。

`dist/games`にある`shooter.pyxapp`を実行する場合の URL は次の通りです。

Expand Down

0 comments on commit 7191ac7

Please sign in to comment.