diff --git a/README.md b/README.md index 036bf8a6..7bb8aee5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ app.view = function(ctrl) { //initialize -m.module(document.getElementById("example"), app); +m.mount(document.getElementById("example"), app); ``` ---