Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ tyoi --version

## Docs

詳しい使い方は `doc/` に分けています。
詳しい使い方は `docs/` に分けています。

- [Usage](./doc/usage.md): `tyoi()` の基本、API、WebSocket、middleware、イベント、`Server` 直接利用
- [Config](./doc/config.md): `tyoi.config.js` と設定項目
- [CLI](./doc/cli.md): CLI コマンドとオプション
- [Usage](./docs/usage.md): `tyoi()` の基本、API、WebSocket、middleware、イベント、`Server` 直接利用
- [Config](./docs/config.md): `tyoi.config.js` と設定項目
- [CLI](./docs/cli.md): CLI コマンドとオプション

## Development

Expand Down
Loading