make note in docs about m.route singletonness

This commit is contained in:
Leo Horie 2016-12-16 15:28:07 -05:00
parent 297146a2cc
commit 55968edf34

View file

@ -39,6 +39,8 @@ m.route(document.body, "/home", {
})
```
You can only have one `m.route` call per application.
---
### Signature