aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 df43dc2..cbb907c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A tiny scripting language that is designed to be a replacement for small shell/python scripts.\
Written in ANSI C to allow embedding everywhere and a WTFPL license that allows it to be used anywhere without any restrictions.\
See example.tsl for an example of what tsl looks like.\
-The language and implementation is designed to be very simple.
+The language and implementation is designed to be very simple and not use much memory.
** Note: tsl is not usable yet **
# Installation