aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-05-24 00:23:13 -0500
committerCody <cody@codyq.dev>2023-05-24 00:23:13 -0500
commit9c41dd96cd3652ce9c46307184e8055704655338 (patch)
tree07071d74da7398593fc5b9cfe5c4df0229ee4eb0 /README.md
parent2418d68631f6e338251f2d988de2d3fde206982b (diff)
parentdf00e9ff2c2b563c79beb71ba8c510233b04f3bf (diff)
downloadsloth-9c41dd96cd3652ce9c46307184e8055704655338.tar.gz
Merge branch 'master' into compiler
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!