diff --git a/README.rst b/README.rst index 994a414..7dee132 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ requests with bodies (such as POST), the ``Content-Digest`` header is set to the format described in the `IETF Digest Fields draft RFC `_ and signed. To add other headers to the signature, pass an array of header names in the ``covered_component_ids`` keyword argument. -See the `API documentation `_ for the full list of options and +See the `API documentation `_ for the full list of options and details. Verifying responses @@ -78,7 +78,7 @@ To verify incoming requests and sign responses in the context of an HTTP server, verify_result = HTTPSignatureAuth.verify(request, ...) -See the `API documentation `_ for full details. +See the `API documentation `_ for full details. Asymmetric key algorithms ~~~~~~~~~~~~~~~~~~~~~~~~~