aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-01-09 10:10:57 -0600
committerCalvin Rose <calsrose@gmail.com>2021-01-09 10:10:57 -0600
commitc4d67dd0d4b9e9752fa22d56a0fe77e621a74940 (patch)
tree9a77c31e5ffc2ba9dddc31cc9327645829b952dd /README.md
parentAdd path to spork. (diff)
Add init.janet so a user can do (use spork)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0f926c..4cb100a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Spork
-Various Janet utility modules.
+Various Janet utility modules. Spork aims to be grab bag of useful Janet functionality that
+does not belong in the core library.
## Formatting
@@ -104,3 +105,5 @@ Remove indentation after concatenating the arguments.
hoho
hohoho
```))))) => "ho\n hoho\n hohoho"
+
+