2 Commits 2632d30fcd ... 9e5b524585

Author SHA1 Message Date
  Guilhem Saurel 9e5b524585 document webhook notifications configurations in README 6 years ago
  Guilhem Saurel 2632d30fcd 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

@@ -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>'