diff --git a/README.md b/README.md index a68c484..bbc1b37 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ companion buttons where the companion is actually installed. ```bash cd /custom_nodes -git clone https://github.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon -cd ComfyUI-ComfyPeeper-compagnon +git clone https://github.com/Ethanfel/ComfyUI-ComfyPeeper-companion +cd ComfyUI-ComfyPeeper-companion cp config.example.json config.json # edit config.json: set "name", and "discord_webhook" if you want Send to Discord # restart ComfyUI diff --git a/pyproject.toml b/pyproject.toml index fd6a766..5a507e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ license = { text = "GPL-3.0-or-later" } dependencies = [] [project.urls] -Repository = "https://github.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon" +Repository = "https://github.com/Ethanfel/ComfyUI-ComfyPeeper-companion" [tool.comfy] PublisherId = "ethanfel" DisplayName = "ComfyPeeper Companion" -Icon = "https://raw.githubusercontent.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon/main/assets/icon.png" +Icon = "https://raw.githubusercontent.com/Ethanfel/ComfyUI-ComfyPeeper-companion/main/assets/icon.png"