diff --git a/eo/tutorial/html/eoTopDown.html b/eo/tutorial/html/eoTopDown.html
index 0895baa1..c9a668ac 100644
--- a/eo/tutorial/html/eoTopDown.html
+++ b/eo/tutorial/html/eoTopDown.html
@@ -48,7 +48,7 @@ populations,
...).
-Lesson 4 - The same algorithms - again! -
+Lesson 4 - The same algorithms - again! -
but now fully operational: every component
of the algorithm can be defined on the command-line,
except the type of genotype; moreover, you now have a full library, i.e.
@@ -95,7 +95,7 @@ e.g. binary, n-ary, or even specific mate selection (your brain and my
beauty)! Add your own to the basic algorithm using the template files.
-Lesson 7 - Use predefined generic representations.
+Lesson 8 - Use predefined generic representations.
The eoFixedLength and eoVariableLength
super classes allow quick definition of new genotypes that handle identical
Atoms, together with generic variation operators.