Skip to content

Commit

Permalink
Update README (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko authored Sep 26, 2023
1 parent a281035 commit 10c3cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/partial-readmes/GetStarted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get started

This section assumes you've completed initial Integration. If you haven't, then please complete [Integration](#Integration) first.
This section assumes you've completed initial Integration. If you haven't, then please complete [Integration](https://github.com/checkout/frames-ios/blob/main/.github/partial-readmes/Integration.md) first.

#### 1. Import `Frames`
<sub>If unsure where to do it, the ViewController that will be presenting the journey is a good start</sub>
Expand Down Expand Up @@ -46,7 +46,7 @@ let configuration = PaymentFormConfiguration(


#### 3. Prepare the Styling for the UI
<sub>We will cover [Make it your own](#Make-it-your-own) later, for now we'll use Default Style</sub>
<sub>We will cover [Make it your own](https://github.com/checkout/frames-ios/blob/main/.github/partial-readmes/MakeItYourOwn.md) later, for now we'll use Default Style</sub>
```swift
// Style applied on Card input screen (Payment Form)
let paymentFormStyle = DefaultPaymentFormStyle()
Expand Down

0 comments on commit 10c3cd6

Please sign in to comment.