summaryrefslogtreecommitdiff
path: root/libtnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-08-06 20:00:51 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-08-06 20:00:51 -0400
commit6f77f307e7d9594341e9972f864e41daede0fab5 (patch)
treeeb1ad96d89b4e286b15a26816f9d284a76bf6726 /libtnsl
parent12ad3404617f6cdccaea20c9c997ca4d197d5d84 (diff)
parentb5fedbd76980e887ebe0bdf97c7cfc36a7282014 (diff)
Merge branch 'origin' of https://github.com/CircleShift/tnsl-lang into origin
Diffstat (limited to 'libtnsl')
-rw-r--r--libtnsl/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtnsl/README.md b/libtnsl/README.md
index 32cff9a..d35894d 100644
--- a/libtnsl/README.md
+++ b/libtnsl/README.md
@@ -1,4 +1,4 @@
-# libts
+# libtnsl
The official implimentation of the TNSL Standard Library
@@ -15,7 +15,7 @@ More information on these features can be found in the specification under libts
---
## Provided Sub-modules
-libts provides the ts base module and the following sub-modules to address each feature:
+libtnsl provides the tnsl base module and the following sub-modules to address each feature:
* algorithm
* Algorithms. Also contains the math sub-module for basic math operations.
* box