diff --git a/README.md b/README.md
index e6aacacd46..c2beb24ff0 100644
--- a/README.md
+++ b/README.md
@@ -7,58 +7,72 @@
- Data Structures and Algorithms: Animated Illutrations and Off-the-Shelf Code
+ Data Structures and Algorithms Crash Course with Animated Illustrations and Off-the-Shelf Code
-
-
+
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
> **Important**
>
> We are working on Chinese-to-English translation. For more information please see [#914](https://github.com/krahets/hello-algo/issues/914).
-## The Book
+## About
-This project aims to create an open-source, free, and beginner-friendly tutorial on data structures and algorithms.
+This project aims to create a free, open-source, and beginner-friendly crash course for data structures and algorithms.
-- The book uses animated illustrations to make the content clear, easy to understand, and provides a smooth learning curve, guiding beginners through the knowledge map of data structures and algorithms.
-- The source code can be run with a single click, helping readers improve their programming skills, understand the working principles of algorithms, and the underlying implementation of data structures.
-- We encourage readers to learn together, ask questions, and comment. Replies are usually received within two days.
+- Animated illustrations, easy-to-understand content, and a smooth learning curve help beginners explore the "knowledge map" of data structures and algorithms.
+- Run code with just one click, helping readers improve their programming skills and understand the working principle of algorithms and the underlying implementation of data structures.
+- We encourage readers to help each other. Questions and comments are usually replied to within two days.
-If this book is helpful to you, please give it a Star :star: in the top right corner of the page to show your support. Thank you!
+If you find this book helpful, please give it a Star :star: to support us, thank you!
-## Praise
+## Recommendations
-> “An accessible and easy-to-understand introduction to data structures and algorithms, guiding readers to learn actively and hands-on. Highly recommended for beginners in algorithms.”
+> "An easy-to-understand introductory book on data structures and algorithms, which guides readers to learn by thinking and hands-on, strongly recommended for algorithm beginners."
>
-> **—— Junhui Deng, Professor of Computer Science at Tsinghua University**
+> **—— Junhui Deng, Professor of Computer Science, Tsinghua University**
-> “If I had 'Hello Algorithm' when I was learning data structures and algorithms, it would have been 10 times easier!”
+> "If I had *Hello Algorithm* when I was learning data structures and algorithms, it would have been 10 times easier!"
>
-> **—— Mu Li, Senior Principal Scientist at Amazon**
+> **—— Mu Li, Senior Principal Scientist, Amazon**
## Contribution
This open-source book is continuously being updated, and we welcome your participation in this project to provide better learning content for our readers.
-- [Content Correction](https://www.hello-algo.com/chapter_appendix/contribution/): Please help us correct or point out issues in the comments section such as grammatical errors, missing content, ambiguities, invalid links, or code bugs.
-- [Code Translation](https://github.com/krahets/hello-algo/issues/15): We look forward to your contributions of code in various programming languages. We currently support Python, Java, C++, Go, JavaScript, and 11 other programming languages.
-- [Whole Book Translation](https://github.com/krahets/hello-algo/tree/en): We invite you to join our Chinese-to-English translation team. Members are mainly from computer-related majors, English majors, and native English speakers.
+- [Content Correction](https://www.hello-algo.com/chapter_appendix/contribution/): Please help us correct or point out mistakes in the comments section such as grammatical errors, missing content, ambiguities, invalid links, or code bugs.
+- [Code Translation](https://github.com/krahets/hello-algo/issues/15): We look forward to your contributions of code in various programming languages. We currently support Python, Java, C++, Go, JavaScript, and 12 other programming languages.
+- [Book Translation](https://github.com/krahets/hello-algo/tree/en): We would love to invite you to join our Chinese-to-English translation team. Members are mainly from computer science related majors, English majors, and native English speakers.
-We welcome your valuable suggestions and feedback. If you have any questions, please submit Issues or contact us via WeChat at `krahets-jyd`.
+We welcome your valuable suggestions and feedback. If you have any questions, please submit Issues or reach out via WeChat: `krahets-jyd`.
-Thanks to each contributor of this open-source book. It is their selfless dedication that has made this book better. They are:
+We would like to dedicate our thank to all the contributors of this book. It is their selfless dedication that has made this book better. They are:
diff --git a/docs-en/index.md b/docs-en/index.md
index 07a6cb1ca2..b39090eec9 100644
--- a/docs-en/index.md
+++ b/docs-en/index.md
@@ -14,7 +14,7 @@ hide:
Hello Algo
- Data Structures and Algorithms: Animated Illutrations and Off-the-Shelf Code
+ Data Structures and Algorithms Crash Course with Animated Illustrations and Off-the-Shelf Code
diff --git a/mkdocs-en.yml b/mkdocs-en.yml
index f0209ce482..5ab4de665d 100644
--- a/mkdocs-en.yml
+++ b/mkdocs-en.yml
@@ -4,7 +4,7 @@ INHERIT: mkdocs.yml
# Project information
site_name: Hello Algo
site_url: https://www.hello-algo.com/en/
-site_description: "Data Structures and Algorithms: Animated Illutrations and Off-the-Shelf Code"
+site_description: "Data Structures and Algorithms Crash Course with Animated Illustrations and Off-the-Shelf Code"
docs_dir: build/docs-en
site_dir: site/en
# Repository