From b30973afa1d76bdbeb1104cc662db4f27407c805 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 17 May 2025 14:53:38 +0200 Subject: [PATCH] Compress the intro --- website/content/_index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/content/_index.md b/website/content/_index.md index 2ad12ebb..a58f267e 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -1,11 +1,7 @@ +++ +++ -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! - -It is recommended to do the Rustlings exercises in parallel to reading [the official Rust book](https://doc.rust-lang.org/book/), the most comprehensive resource for learning Rust 📚️ +Small exercises to get you used to reading and writing [Rust](https://www.rust-lang.org) code - _Recommended in parallel to reading [the official Rust book](https://doc.rust-lang.org/book) 📚️_