Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiLu committed Oct 19, 2023
1 parent 667286d commit 8411452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8411452

Please sign in to comment.