Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsherrylabs committed Sep 25, 2020
1 parent 45d48d8 commit 8a995a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -51,12 +51,12 @@ This will create a jar in the `target/scala-2.13` folder.
The jar is part of an Akka streaming ecosystem and unsurprisingly uses [Akka Http](https://doc.akka.io/docs/akka-http/current/introduction.html) to make the http requests,
it also uses [circe](https://circe.github.io/circe/) to marshal and unmarshal the json.

### Usage
### <a name="usage"</a>Usage

The jar is published in Maven Central, the command line executable jar can be downloaded from the releases section
of the [github repository](https://github.com/input-output-hk/psg-cardano-wallet-api)

#### Scala
#### <a name="usagescala"</a>Scala

Add the library to your dependencies

Expand Down Expand Up @@ -87,7 +87,7 @@ networkInfo match {
}
```

#### Java
#### <a name="usagejava"</a>Java

First, add the library to your dependencies, then using `getWallet` as an example...

Expand Down

0 comments on commit 8a995a1

Please sign in to comment.