From 701ee53daa93dc9e1011ce9e5a09ce2b1ec025eb Mon Sep 17 00:00:00 2001 From: Joseph T Lyons Date: Fri, 4 Mar 2022 22:11:28 -0500 Subject: [PATCH] Add newline after header --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 9cbe8bc..1eed4f1 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,7 @@ This book was designed for easily diving into Rust, and it's very easy to use: A - [https://practice.rs](https://practice.rs) ## Features + Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for your great works! Although they are so awesome, we have our own secret weapons :)