From e8f5de5227d98cc883abf5d91cc70d9328634242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Tue, 5 May 2020 23:42:48 +0100 Subject: [PATCH] Update website address on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5229134..4db2d74 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It works in a way very similar to [Webhook tester](https://webhook.site). You create a callback url by visiting the main page, then you use that URL as your webhook callback, all the requests made to it will be displayed on your browser for inspection in real-time. -Feel free to fork, [play with it on the current website](https://webhook-logger.ovalerio.net) or if you prefer launch your own instance (the below button will do it for you without any extra effort). +Feel free to fork, [play with it on the current website](http://webhook-logger.ovalerio.net) or if you prefer launch your own instance (the below button will do it for you without any extra effort). [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/dethos/webhook_logger)