Update README.md

This commit is contained in:
Klemek
2019-06-23 15:37:23 +02:00
committed by GitHub
parent 6aceacad18
commit 6cf7be3afb
+1 -1
View File
@@ -160,7 +160,7 @@ Here are the steps for Github, if you use another platform adapt it your way (he
```json ```json
"webhook": { "webhook": {
"endpoint": "/webhook", "endpoint": "/webhook",
"secret": "sha1=<value>", "secret": "<value>",
"signature_header": "X-Hub-Signature" "signature_header": "X-Hub-Signature"
}, },
``` ```