Skip to content

Commit

Permalink
README fixes (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Oct 15, 2020
1 parent 1a0ed3f commit b77bd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -382,8 +382,8 @@ Final memory usage is 317.62 mb / 960.50 mb / 960.50 mb free/total/max
The build depends on Gradle, and contains `gradlew` to simplify the process. After cloning, you can build the repository and run the tests with a single command:

```bash
> git clone https://github.com/nats-io/nats.java.git
> cd java-nats
> git clone https://github.com/nats-io/nats.java
> cd nats.java
> ./gradlew build
```

Expand Down

0 comments on commit b77bd65

Please sign in to comment.