Skip to content

Commit 4ce1651

Browse files
Update readme (#3)
1 parent 8b7dafd commit 4ce1651

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ handle on your backend for authentication. You will be expected to manage [Stron
3131

3232
## Easy to integrate
3333

34-
Your app can consume the SDK directly through Maven Central; there is no additional setup required, meaning you can get up and running quickly.
34+
Your app can consume the SDK directly through Maven Central; no additional setup is required, meaning you can get up and running quickly.
3535

3636
## Developer friendly
3737

38-
We value the Android community and are big fans of following best practices and cutting edge technology. As such, our APIs utilise [Jetpack Compose](https://developer.android.com/jetpack/compose), [Kotlin Coroutine](https://kotlinlang.org/docs/coroutines-overview.html) and follow the [Kotlin Coding Convention](https://kotlinlang.org/docs/coding-conventions.html), so usage will feel familiar.
38+
We value the Android community and are big fans of following best practices and cutting-edge technology. As such, our APIs utilise [Jetpack Compose](https://developer.android.com/jetpack/compose), [Kotlin Coroutine](https://kotlinlang.org/docs/coroutines-overview.html) and follow the [Kotlin Coding Convention](https://kotlinlang.org/docs/coding-conventions.html), so usage will feel familiar.
3939

4040
## Feature-rich
4141

@@ -90,7 +90,7 @@ import com.checkout.cardmanagement.CheckoutCardManager
9090
import com.checkout.cardmanagement.model.Environment
9191

9292
class YourObject {
93-
// Customizable UI properties for the secure components delivered by the SDK
93+
// Customisable UI properties for the secure components delivered by the SDK
9494
private val cardManagerDesignSystem = CardManagementDesignSystem(
9595
textStyle = TextStyle(),
9696
panTextSeparator = "-"
@@ -100,7 +100,7 @@ class YourObject {
100100
private val cardManager = CheckoutCardManager(
101101
context = context,
102102
designSystem = cardManagerDesignSystem,
103-
environment = Environment.SANDVBOX
103+
environment = Environment.SANDBOX
104104
)
105105
}
106106
```
@@ -119,7 +119,7 @@ cardManager.logInSession("{Token_retrieved_from_your_backend}")
119119

120120
## Get a list of cards
121121

122-
Once youve authenticated the cardholder and your application, you can return a list of non-sensitive card data using `getCards` for that cardholder.
122+
Once you've authenticated the cardholder and your application, you can return a list of non-sensitive card data using `getCards` for that cardholder.
123123

124124
This returns the following card details:
125125

0 commit comments

Comments
 (0)