From 0d01644e689e87e4a45e1d60e7050cb19af9a880 Mon Sep 17 00:00:00 2001 From: Pratyush Mittal Date: Tue, 24 Feb 2026 12:12:16 +0530 Subject: [PATCH] Fixed clone link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f01be..0ff951a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Clone this repository directly into your Pi extensions directory: mkdir -p ~/.pi/agent/extensions # Clone the repo -git clone https://github.com/YOUR_USERNAME/pi-notify-pp.git ~/.pi/agent/extensions/pi-notify-pp +git clone https://github.com/kim0/pi-notify-pp.git ~/.pi/agent/extensions/pi-notify-pp ``` Pi will automatically discover `index.ts` in the `pi-notify-pp` folder.