From 85d2ec36328507d01bd0f5ae0ccf8441ea152454 Mon Sep 17 00:00:00 2001 From: Todd Kennedy Date: Wed, 15 Jun 2016 20:13:52 -0700 Subject: [PATCH] Clarify documentation on id overwrite --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f43d520..8816463 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,9 @@ const mainView = (params, state, send) => choo.view` ` ``` +_Note_: if an `id` property is defined on the outer-most element it will be +replaced. + We then bind the view to the `/` route on our application ```js app.router((route) => [