Skip to content

Commit

Permalink
fix bugs in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
guuzaa committed Sep 8, 2024
1 parent 26f7adf commit 7397e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A simple and efficient word count program written in Rust! 🚀

[English](README.md) | [简体中文](docs/README-ZH-CN.md) | [繁體中文](docs/README-ZH-TW.md) | [日本語](docs/README-ja-JP.md) | [한국어](docs/README-ko-KR.md) | [Deutsch](docs/README-de-DE.md)
[English](README.md) | [简体中文](docs/README-zh-CN.md) | [繁體中文](docs/README-zh-TW.md) | [日本語](docs/README-ja-JP.md) | [한국어](docs/README-ko-KR.md) | [Deutsch](docs/README-de-DE.md)

## 📝 Description

Expand Down
2 changes: 1 addition & 1 deletion docs/README-zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
cargo build --release
```

4. 可��行檔將位於 `target/release/wc`
4. 可執行檔將位於 `target/release/wc`

## 🚀 使用方法

Expand Down

0 comments on commit 7397e47

Please sign in to comment.