diff --git a/tutorial/8_html.md b/tutorial/8_html.md
index 2862d6c..976c8c4 100644
--- a/tutorial/8_html.md
+++ b/tutorial/8_html.md
@@ -34,7 +34,7 @@ app = Application()
# Add routes to the app
app.router.add_route('/', index)
app.router.add_route('/example', example)
-app.router.add_route('jinja2', jinja)
+app.router.add_route('/jinja2', jinja)
# Start the server
app.run(debug=True)