From 50f2636037fad6026a90b4c15427d9d4ee4bd6aa Mon Sep 17 00:00:00 2001 From: Sunface Date: Tue, 8 Mar 2022 09:21:17 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 424f061..d9f2a9a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Rust By Practice -This book was designed for easily diving into Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics ! +This book was designed for easily diving into and get skilled with Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics ! > 🎊 Updated on 2022-03-07: Add [Vectors](https://practice.rs/collections/vector.html)