diff --git a/README.rst b/README.rst index 254070b..124407f 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ To verify incoming requests and sign responses in the context of an HTTP server, In requests-http-signature, you can ensure that the information signed is what you expect to be signed by only trusting the data returned by the ``verify()`` method:: - verify_result = HTTPSignatureAuth.verify(request, ...) + verify_result = HTTPSignatureAuth.verify(message, ...) See the `API documentation `_ for full details.