Skip to content

Commit 3f80f33

Browse files
committed
updated readme file
1 parent 85fc29e commit 3f80f33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ To your root build.gradle file add:
2525
```
2626
allprojects {
2727
repositories {
28-
google()
2928
mavenCentral()
3029
}
3130
}
@@ -36,7 +35,7 @@ To your app-level build.gradle file add:
3635
```groovy
3736
dependencies {
3837
// ...
39-
implementation "co.thepeer.android-sdk:android:sdk:[coming soon]"
38+
implementation "co.thepeer:thepeer-android:[version]"
4039
}
4140
```
4241

@@ -93,7 +92,7 @@ JAVA
9392
}
9493
```
9594

96-
| Paramater name | Description | Required |
95+
| Parameter name | Description | Required |
9796
|------------------------ | --------------------------------------|--------------------------------------|
9897
| `amount` | The amount you intend to send and must be pass as an integer in kobo |`true`|
9998
| `currency ` | Currency which can be `"NGN"` or `"USD"` |`true`|

0 commit comments

Comments
 (0)