aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-05-04 03:48:18 -0500
committerGitHub <noreply@github.com>2023-05-04 03:48:18 -0500
commita2185236bc6555c9ce96de0326d4c6a622469e13 (patch)
tree7bd745419fdd6314a61dcfb7f9c69d231b50632f /README.md
parent99a08356c50190f783213ac99fc288712122f60f (diff)
downloadsloth-a2185236bc6555c9ce96de0326d4c6a622469e13.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5507c5b..b7793f3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +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.
+Sloth is an interpreted high level language written in Rust.
## Build
To build sloth is easy, just run `cargo build` and you will have your own version of sloth!