Fix README.MD

This commit is contained in:
havlong
2022-12-16 17:08:09 +03:00
parent d6574f2bed
commit 537c7ed714

View File

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