aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/Readme.md b/Readme.md
index c10512b..189e4e3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -62,13 +62,9 @@ You can use `load` to load a lisp script into the interpreter:
(load "my-script.lisp")
```
-## Documents (WIP)
+## Examples
-- [Primitives](https://github.com/mistivia/bamboo-lisp/blob/master/docs/primitives.md)
-
-## Example
-
-See `tests/` for more examples.
+See `tests/` for more examples. The tests alse serve as documented.
### 1. Y Combinator