From 077546c2719e1af49e14a6cdc6aeac334e6b266c Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Sat, 4 Mar 2023 11:20:25 -0600 Subject: Updated README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9fb460..ff7360f 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # Sloth - Blazingly Slow™ +Sloth is an interpreted high level language written in Rust. The syntax is meant to be close to Python but with sprinkles of Rust. + +## Build +To build sloth is easy, just run `cargo build` and you will have your own version of sloth! -- cgit v1.2.3 From b7c6c7f4f9116083658d1d79b3479ae22a3a789a Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Sat, 4 Mar 2023 11:38:49 -0600 Subject: Added disclaimer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ff7360f..d5d184c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ Sloth is an interpreted high level language written in Rust. The syntax is meant ## Build To build sloth is easy, just run `cargo build` and you will have your own version of sloth! + +## Disclaimer +Sloth is in very early development is NOT meant to be used for actual projects yet. Feel free to contribute to the project via PR and open issues if you can. Thank you for using sloth! -- cgit v1.2.3 From c1999d27c556652321e596cc6ead309fc232c13e Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Sat, 4 Mar 2023 12:18:33 -0600 Subject: Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d184c..5507c5b 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Sloth is an interpreted high level language written in Rust. The syntax is meant To build sloth is easy, just run `cargo build` and you will have your own version of sloth! ## Disclaimer -Sloth is in very early development is NOT meant to be used for actual projects yet. Feel free to contribute to the project via PR and open issues if you can. Thank you for using sloth! +Sloth is in very early development is NOT meant to be used for actual projects yet. Feel free to contribute to the project via Pull Request and open issues if you can. Thank you for using sloth! -- cgit v1.2.3