m.module -> m.mount: fix README

This commit is contained in:
Matheus Kautzmann 2015-08-27 17:05:27 -03:00
parent d3cbbef4d5
commit dfa1da0652

View file

@ -68,7 +68,7 @@ app.view = function(ctrl) {
//initialize
m.module(document.getElementById("example"), app);
m.mount(document.getElementById("example"), app);
```
---