From 55968edf3479251b94e899e38a7f14d3829710cc Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 16 Dec 2016 15:28:07 -0500 Subject: [PATCH] make note in docs about m.route singletonness --- docs/route.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/route.md b/docs/route.md index 2d4112cc..f941bce7 100644 --- a/docs/route.md +++ b/docs/route.md @@ -39,6 +39,8 @@ m.route(document.body, "/home", { }) ``` +You can only have one `m.route` call per application. + --- ### Signature