aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-05-24 00:19:13 -0500
committerCody <cody@codyq.dev>2023-05-24 00:19:13 -0500
commitdf00e9ff2c2b563c79beb71ba8c510233b04f3bf (patch)
treedcff5b2d20aea46472bb9f0a9ddc99be0c8b4027
parente92ee3d43d9101e34ab6727441dc9567b8f80d72 (diff)
parenta2185236bc6555c9ce96de0326d4c6a622469e13 (diff)
downloadsloth-df00e9ff2c2b563c79beb71ba8c510233b04f3bf.tar.gz
Merge branch 'master' of github.com:slothlang/slothlang
-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!