diff --git a/README.md b/README.md index 5339030..1b24eb5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Create the application by the `createApp` function. createApp({ '#app': { 'div.container': { - ClickAndShowExample, // Component functions must be created before + ClickAndShowExample, // Component functions must be defined before TodoExample, // you can reference them here. FormExample, FilterExample