From 58b0089b2161d688d77ba74533dcc173bd8ef577 Mon Sep 17 00:00:00 2001 From: Sunface Date: Sat, 9 Apr 2022 19:57:16 +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 9e75feb..23a9963 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ [![Stars Count](https://img.shields.io/github/stars/sunface/rust-by-practice?style=flat)](https://github.com/sunface/rust-by-practice/stargazers) [![studyrut](https://img.shields.io/badge/StudyRust-orange)](https://github.com/studyrs) -[![LICENSE](https://img.shields.io/badge/license-mit-green?style=flat)](https://github.com/sunface/rust-by-practice/blob/master/LICENSE) +[![LICENSE](https://img.shields.io/badge/license-CC-BY-4.0-green?style=flat)](https://github.com/sunface/rust-by-practice/blob/master/LICENSE) 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 !