diff --git a/README.md b/README.md index 84378cc..2341041 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,16 @@ Async element wrapper for NiceGUI with proper typing support. Create UI elements Install directly from GitHub using uv or pip: -```bash -# Using uv -uv add git+https://github.com/yourusername/NiceGuiAsyncElement.git +### Using uv -# Using pip -pip install git+https://github.com/yourusername/NiceGuiAsyncElement.git +```bash +uv add git+https://git.project-insanity.de/gmarth/NiceGuiAsyncElement.git +``` + +#### Using pip + +``` +pip install git+https://git.project-insanity.de/gmarth/NiceGuiAsyncElement.git ``` ## Usage