aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.org b/README.org
index 0ce428c..e223f66 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,7 @@
#+title: Stem
+* Credits
+Big thanks to Andrei Sova for contributing ~fib.stem~ in the ~examples/~ directory.
* Introduction
Stem aims to be a small implementation of something like the forth programming language,
meaning it operates on a virtual stack. There are words, quotes, and literal types in this