m.module -> m.mount: fix README
This commit is contained in:
parent
d3cbbef4d5
commit
dfa1da0652
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ app.view = function(ctrl) {
|
||||||
|
|
||||||
|
|
||||||
//initialize
|
//initialize
|
||||||
m.module(document.getElementById("example"), app);
|
m.mount(document.getElementById("example"), app);
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue