From 70a64f8fe749002e58359e4d0f358b08987e0f2e Mon Sep 17 00:00:00 2001 From: Smokeball Date: Mon, 12 Jul 2021 13:55:00 +1000 Subject: [PATCH] Add missing quote to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7699dd..b844f6a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ An example results array: [ { 'Arnie Quote': 'Some cool quote' }, - { 'FAILURE: 'Your request has been terminated' }, + { 'FAILURE': 'Your request has been terminated' }, ] ```