From 556317f9fff75a7b933f7c815845ff9697f16081 Mon Sep 17 00:00:00 2001 From: Jack Newcombe Date: Thu, 22 Feb 2024 13:54:52 +0000 Subject: [PATCH] Update README.md --- co-badged-cards/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/co-badged-cards/README.md b/co-badged-cards/README.md index f819b81..1e17ec5 100644 --- a/co-badged-cards/README.md +++ b/co-badged-cards/README.md @@ -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 @@ -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. \ No newline at end of file + is a Composable that presents the card screen.