1
0
Fork 0
mirror of https://github.com/adnanh/webhook.git synced 2026-01-24 02:35:43 +00:00

Fix heading levels

Alexander Kachkaev 2016-09-20 20:18:26 +01:00
parent d5277b9064
commit c59cd58782

@ -1,7 +1,7 @@
# Hook examples
This page is still work in progress. Feel free to contribute!
# Incoming Github webhook
## Incoming Github webhook
```json
[
{
@ -57,7 +57,7 @@ This page is still work in progress. Feel free to contribute!
]
```
# Incoming Bitbucket webhook
## Incoming Bitbucket webhook
```json
[
{
@ -75,7 +75,7 @@ This page is still work in progress. Feel free to contribute!
]
```
# Slack slash command
## Slack slash command
```json
[
{
@ -100,7 +100,7 @@ This page is still work in progress. Feel free to contribute!
]
```
# A simple webhook with a secret key in GET query
## A simple webhook with a secret key in GET query
__Not recommended in production due to low security__