2 Commits 2632d30fcd ... 9e5b524585

Auteur SHA1 Message Date
  Guilhem Saurel 9e5b524585 document webhook notifications configurations in README il y a 6 ans
  Guilhem Saurel 2632d30fcd 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

@@ -83,7 +83,7 @@ Notification sender address:
 ### Webhook Notifications
 
 If you want to send web notifications on each new contrib, install
-[requests](http://docs.python-requests.org/en/master/] and customize those :
+[requests](http://docs.python-requests.org/en/master/) and customize those :
 
     WEBHOOK = True
     WEBHOOK_URL = 'https://<domain>/<path>'