From be34f8dd14d672d09286fb302966acbee8d54419 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 12 Mar 2023 17:16:45 +0800 Subject: [PATCH] chore: update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93c4ceb72..5c9f12550 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,12 @@ These tools include: The goal of this project is to: -* Create a *really* fast native program by using the Rust programming language. +* Create a *really* fast native program by using the Rust programming language * Provide the basic building blocks for creating your own tools by having good API designs -* Provide good documentation on learning Rust and compiler techniques. +* Provide good documentation on learning Rust and compiler techniques > Performance issues are considered as bugs in this project. -Rust but would like to learn things. - ## Contributing This project is an invitation for you to come and learn Rust with us.