From f2027570e302b1a174e612909bd69658ecb2f1b3 Mon Sep 17 00:00:00 2001 From: Angel Psiakis Date: Fri, 12 Feb 2021 09:58:23 +0000 Subject: [PATCH] Add missing single quote in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a00bf23..0ca1ba8 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ distribution: # array of header names, 'none' or 'all' headers: ['Accept', 'Accept-Language'] # array of cookie names, 'none' or 'all' - cookies: ['my-cookie] + cookies: ['my-cookie'] queryString: true queryStringCacheKeys: ['queryKey'] viewerProtocolPolicy: 'https-only' # optional