From 537c7ed7144c476008a1552aaa761a74d2a21f3e Mon Sep 17 00:00:00 2001 From: havlong Date: Fri, 16 Dec 2022 17:08:09 +0300 Subject: [PATCH] Fix README.MD --- vue-apps-py/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-apps-py/README.MD b/vue-apps-py/README.MD index 6ea9a7a..76e1801 100644 --- a/vue-apps-py/README.MD +++ b/vue-apps-py/README.MD @@ -44,5 +44,5 @@ vue_app = VueApp(client_api=api, security_helper=key_holder, named_intents=named You can launch web server: ```shell -uvicorn test:vue_app --reload +uvicorn main:vue_app --reload ```