From c101a88a48620ec68cae3934feb883c95320e54a Mon Sep 17 00:00:00 2001
From: TimLai666 <43640816+TimLai666@users.noreply.github.com>
Date: Mon, 10 Jun 2024 02:33:35 +0800
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 6dc56433..ae9c1ef5 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,12 @@ cargo install --git https://github.com/TimLai666/rustlings-zh-TW
```
-Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!
+歡迎來到 `rustlings`。這個專案包含一些小練習,可幫助您習慣閱讀和編寫 Rust 程式碼。這包括閱讀和回應編譯器訊息!
-Alternatively, for a first-time Rust learner, there are several other resources:
+另外,對於 Rust 初學者,還有以下資源可以參考:
-- [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings!
-- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - Learn Rust by solving little exercises! It's almost like `rustlings`, but online
+- [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`類似,但是是線上的。
## Getting Started