Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.