summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index df29673..7dd126d 100644
--- a/README.md
+++ b/README.md
@@ -33,11 +33,13 @@ make
sudo make install
```
-To make the tests as well, do the above and then do `make test`.
-
You should now be able to include `<honeysuckle.h>` into your C
files for use.
+To make the tests as well, do the above and then do `make test`.
+To make the examples, do `make examples`.
+
+
Documentation
-----