We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3e395 commit efb58beCopy full SHA for efb58be
1 file changed
README.rst
@@ -125,11 +125,12 @@ VirtualHost file:
125
126
</VirtualHost>
127
128
-You can now add that URL to your Github repository settings:
+You can now register the hook in your Github repository settings:
129
130
https://github.com/youruser/myrepo/settings/hooks
131
132
-And add a Webhook to the WSGI script URL:
+To register the webhook select Content type: ``application/json`` and set the URL to the URL
133
+of your WSGI script:
134
135
::
136
0 commit comments