diff --git a/mvc.html b/mvc.html
index 74444ed2..d8a0d9ae 100644
--- a/mvc.html
+++ b/mvc.html
@@ -44,8 +44,8 @@ var ContactsWidget = {
},
view: function(ctrl) {
return [
- m.module(ContactForm),
- m.module(ContactList)
+ m.component(ContactForm),
+ m.component(ContactList)
]
}
}