From e1b5f4caea898176ee66c796c5ec4800411d764c Mon Sep 17 00:00:00 2001 From: Deco Vander Date: Wed, 2 Jul 2025 23:50:35 -0400 Subject: [PATCH] Update README with correct repository URLs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585e2c2..38f170a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ PORT=3000 2. **Deploy your application:** ```bash - git clone https://github.com/deco/icewatch.git /opt/icewatch + git clone https://github.com/deco/ice.git /opt/icewatch cd /opt/icewatch npm install ```