diff --git a/README.md b/README.md index a29c951..f016804 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ pip install poetry 2. Install the project in your existing Poetry project: ```bash -poetry add git+ssh://git@github.com/codespearhead/visiongui.git#f6de75181edca5107097d09754348a3cf4b849ea +poetry add git+ssh://git@github.com/codespearhead/visiongui.git#da0a147e0258b260d8b06a26958847406452f769 ``` 2. Create a file in the root of your project called "main.py" with the contents of file [./demo/main.py](./demo/main.py).