diff --git a/source/basics/recap.html.md b/source/basics/recap.html.md
index 7d864f7..1c35cbd 100644
--- a/source/basics/recap.html.md
+++ b/source/basics/recap.html.md
@@ -65,7 +65,7 @@ more complex functional units, by binding the components together.
- a composition template is created using
~~~
- syskit gen NameOfComposition
+ syskit gen cmp NameOfComposition
~~~
- an element within a composition is declared with `add`, a component model
(which can be another composition) and a name: