summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-12-28 16:41:43 +0100
committermo8it <mo8it@proton.me>2024-12-28 16:41:43 +0100
commit53ec59ed95bfddf17ade467c6bceb702b7d04d51 (patch)
treead2bc31a461fa74107659fc10abbb622b0d6a088 /README.md
parented1ee38923adb39c37453721060a8843c98605e7 (diff)
Rename translations
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0f6592..3118451 100644
--- a/README.md
+++ b/README.md
@@ -137,8 +137,8 @@ If you need any help while doing the exercises and the builtin-hints aren't help
Third-party exercises are a set of exercises maintained by the community.
You can use the same `rustlings` program that you installed with `cargo install rustlings` to run them:
-- 🇯🇵 [Japanese Translation](https://github.com/sotanengel/rustlings-jp):A Japanese translation of the Rustlings exercises.
-- 🇨🇳 [Simplified Chinese Translation](https://github.com/SandmeyerX/rustlings-zh-cn): A simplified Chinese translation of the Rustlings exercises.
+- 🇯🇵 [Japanese Rustlings](https://github.com/sotanengel/rustlings-jp):A Japanese translation of the Rustlings exercises.
+- 🇨🇳 [Simplified Chinese Rustlings](https://github.com/SandmeyerX/rustlings-zh-cn): A simplified Chinese translation of the Rustlings exercises.
Do you want to create your own set of Rustlings exercises to focus on some specific topic?
Or do you want to translate the original Rustlings exercises?