Skip to content

Commit

Permalink
Merge pull request #4 from primer-io/jnewc-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jnewc authored Feb 22, 2024
2 parents f9ce7b3 + 556317f commit a133e54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions co-badged-cards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Select `co-badged-cards` configuration and run the project.

3. Setup the client token server

Refer to the instructions provided in the [example-backend Readme](https://github.com/primer-io/example-backend/blob/main/README.md)
Refer to the instructions provided in the [example-backend Readme](https://github.com/primer-io/checkout-example-backend/blob/main/README.md)
to set up the server for generating the client token needed to initialize the SDK.

----

This project requires a server to communicate with Primer's API. To get started quickly, we encourage you to use the [companion backend](https://github.com/primer-io/example-backend).
This project requires a server to communicate with Primer's API. To get started quickly, we encourage you to use the [companion backend](https://github.com/primer-io/checkout-example-backend).

#### Setting Checkout Backend URL

Expand Down Expand Up @@ -82,4 +82,4 @@ We have organized our code into two ViewModels to streamline the integration pro
#### 3. Card Screen presentation using `CardScreen`

- [CardScreen](src/main/java/io/primer/checkout/cobadged/checkout/ui/CardScreen.kt)
is a Composable that presents the card screen.
is a Composable that presents the card screen.

0 comments on commit a133e54

Please sign in to comment.