Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Grigorik <[email protected]>
  • Loading branch information
markmur and igrigorik authored Oct 17, 2023
1 parent 09de8ed commit e6d14b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down

0 comments on commit e6d14b5

Please sign in to comment.