diff --git a/README.md b/README.md index 51cba4b0..154d64a6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 另外,對於 Rust 初學者,還有以下資源可以參考: - [The Book](https://doc.rust-lang.org/book/index.html) - 最全面的 Rust 學習資源,但有時有點理論性。建議您可以搭配 Rustlings 一起使用! -- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - 透過小練習來學習 Rust!和`rustlings`類似,但是是線上的。 +- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - 透過小練習來學習 Rust!和 `rustlings` 類似,但是是線上的。 ## 新手上路