2 Commits 9e5b524585 ... 1b7690b7a2

Author SHA1 Message Date
  Guilhem Saurel 1b7690b7a2 document webhook notifications configurations in README 6 years ago
  Guilhem Saurel 9e5b524585 document webhook notifications configurations in README 6 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -89,7 +89,7 @@ If you want to send web notifications on each new contrib, install
     WEBHOOK_URL = 'https://<domain>/<path>'
     WEBHOOK_KEY = '<secret>'
 
-Then, on each contrib, an HTTP POST request wil be made to `WEBHOOK_URL` with json dict containing `'key': WEBHOOK_KEY`
+Then, on each contrib, an HTTP POST request wil be made to `WEBHOOK_URL` with a json dict containing `'key': WEBHOOK_KEY`
 and the notification as `'text'`.
 
 ### Data expiration