From 406ecc68daf3f40e5cbef77f87aa401b0a8bb9ff Mon Sep 17 00:00:00 2001 From: mahi_korrapti Date: Wed, 19 Nov 2025 22:21:18 +0530 Subject: [PATCH] docs: add blank line after README H1 for proper markdown rendering --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ae6265d..9e262b9b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # [Rustlings](https://rustlings.rust-lang.org) 🦀 +Small exercises to get you used to reading and writing Rust code... 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) 📚️_