--- a/docs/04-reference.markdown Fri Aug 12 02:43:02 2016 +0000
+++ b/docs/04-reference.markdown Fri Aug 12 19:57:26 2016 +0000
@@ -26,7 +26,7 @@
### `CREATE-ENTITY` (function)
- (CREATE-ENTITY ENTITY-CLASS &REST INITARGS)
+ (CREATE-ENTITY CLASS &REST INITARGS)
Create an entity of the given entity class and return it.
--- a/docs/index.markdown Fri Aug 12 02:43:02 2016 +0000
+++ b/docs/index.markdown Fri Aug 12 19:57:26 2016 +0000
@@ -2,6 +2,9 @@
Lisp. It's a thin layer of sugar over CLOS that makes it easy to write flexible
objects for video games.
+Check out the [Overview](./overview/) for a five-minute description of what
+this is, or the [Usage](./usage/) for a full rundown.
+
* **License:** MIT/X11
* **Documentation:** <http://sjl.bitbucket.org/beast/>
* **Mercurial:** <http://bitbucket.org/sjl/beast/>