From c9cdc42cb1ab2f4aaa0e8099fc2fed5603d39f30 Mon Sep 17 00:00:00 2001 From: Madhav Paudel Date: Tue, 26 May 2026 10:42:12 +0545 Subject: [PATCH] Fix Heroku deploy button link in README Updated the Heroku deploy link to point to the correct template. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9daa18..f22d326 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ If you'd like to deploy your own version of ipify to Heroku, you can do so easily by clicking the button below. This will take you to Heroku and let you instantly provision your own copy of the ipify service. -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/rdegges/ipify-api) ## Questions?