From 5af83966d6e0c2d714b99e18e21df435eff7e676 Mon Sep 17 00:00:00 2001 From: Deco Vander Date: Wed, 2 Jul 2025 23:50:35 -0400 Subject: [PATCH] Fix deployment script URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38f170a..909c510 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ PORT=3000 1. **Run the deployment script on your server:** ```bash - curl -sSL https://raw.githubusercontent.com/deco/icewatch/main/scripts/deploy.sh | bash + curl -sSL https://raw.githubusercontent.com/deco/ice/main/scripts/deploy.sh | bash ``` 2. **Deploy your application:**