Skip to content

Commit

Permalink
Updated README for glitch on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sidviny committed Nov 21, 2023
1 parent 1af655b commit 64c94d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ from module import FletMVCModule
app = FletMVCApplication("Simple demo app")
settings_module = FletMVCModule(model_class=DemoModel, view_class=DemoView, controller_class=DemoController)
settings_module = FletMVCModule(model_class=DemoModel,
view_class=DemoView,
controller_class=DemoController)
app.add_route("/", settings_module)
Expand Down

0 comments on commit 64c94d4

Please sign in to comment.