From e6d14b5075597a9e89420863d6b20b087a37e79a Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 17 Oct 2023 15:43:27 +0100 Subject: [PATCH] Update README.md Co-authored-by: Ilya Grigorik --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d7383fc..c798bcc4 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Initializing a checkout session requires communicating with Shopify servers and, Preloading is an advanced feature and is disabled by default, to enable: ```swift ShopifyCheckout.configure { - $0.preloading.enabled = true // defaults to false + $0.preloading.enabled = false // defaults to true } ```