From a5df2f1c573dd44ef3cebf7751a430e3e56e72a2 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Fri, 15 Apr 2022 16:55:40 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 240db5a..f08c07f 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Usage preshared_key_id = 'squirrel' preshared_secret = b'monorail_cat' - url = 'http://example.com/path' + url = 'https://example.com/path' auth = HTTPSignatureAuth(key=preshared_secret, key_id=preshared_key_id,