Skip to content

Commit 64c94d4

Browse files
committed
Updated README for glitch on GitHub
1 parent 1af655b commit 64c94d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ from module import FletMVCModule
143143
144144
app = FletMVCApplication("Simple demo app")
145145
146-
settings_module = FletMVCModule(model_class=DemoModel, view_class=DemoView, controller_class=DemoController)
146+
settings_module = FletMVCModule(model_class=DemoModel,
147+
view_class=DemoView,
148+
controller_class=DemoController)
147149
148150
149151
app.add_route("/", settings_module)

0 commit comments

Comments
 (0)