diff --git a/README.md b/README.md index 2d00d0c..b749c4b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ $signedRequest = new SignedRequest( 'GET', 'subdomain.domain.tld', '/path/to/resources', - 'content', + rawurldecode('content'), $signatureTime // if needed );