2 Commits 9e5b524585 ... 1b7690b7a2

Auteur SHA1 Message Date
  Guilhem Saurel 1b7690b7a2 document webhook notifications configurations in README il y a 6 ans
  Guilhem Saurel 9e5b524585 document webhook notifications configurations in README il y a 6 ans
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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