fixed typo and added explicit link to the deploy button

This commit is contained in:
Gonçalo Valério 2019-03-22 11:20:14 +00:00
parent 185787f5aa
commit b77f1b145a
1 changed files with 3 additions and 4 deletions

View File

@ -1,16 +1,15 @@
# Webhook Logger
**CI Status**:
[![CircleCI](https://circleci.com/gh/dethos/webhook_logger.svg?style=svg)](https://circleci.com/gh/dethos/webhook_logger)
**CI Status**: [![CircleCI](https://circleci.com/gh/dethos/webhook_logger.svg?style=svg)](https://circleci.com/gh/dethos/webhook_logger)
This pet project is a simple webhook logger built to test `django-channels`.
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 your without any extra effort).
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).
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/dethos/webhook_logger)
## Setup development environment