From 2475cc8bd27b5f9b5047908968ab6d46b69dd4ca Mon Sep 17 00:00:00 2001 From: Alexander Thiess Date: Sun, 14 Sep 2025 05:31:58 +0200 Subject: [PATCH] updated readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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