Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Apr 30, 2024
1 parent 8fa6513 commit 89d171d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Installation
<dependency>
<groupId>com.hyperwallet</groupId>
<artifactId>sdk</artifactId>
<version>2.4.3</version>
<version>2.4.6</version>
</dependency>
```

**Gradle**
```
compile 'com.hyperwallet:sdk:2.4.5'
compile 'com.hyperwallet:sdk:2.4.6'
```

Documentation
Expand All @@ -45,7 +45,7 @@ To write an app using the SDK

* Register for a sandbox account and get your username, password and program token at the [Hyperwallet Program Portal](https://portal.hyperwallet.com).

* Add dependency `com.hyperwallet:sdk:2.4.3` to your `pom.xml` (or `build.gradle`).
* Add dependency `com.hyperwallet:sdk:2.4.6` to your `pom.xml` (or `build.gradle`).


* Create a instance of the Hyperwallet Client (with username, password and program token)
Expand Down

0 comments on commit 89d171d

Please sign in to comment.