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 ```