Skip to content

Commit

Permalink
Merge pull request #167 from nats-io/syntax_update
Browse files Browse the repository at this point in the history
Syntax update [ci skip]
  • Loading branch information
gcolliso authored Jul 27, 2018
2 parents 390f5fc + 2187e16 commit b1ee45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can download the latest jar at [https://search.maven.org/remotecontent?filep

### Using Gradle

The NATs client is available in the Maven central repository, and can be imported as a standard dependency in your `build.gradle` file:
The NATS client is available in the Maven central repository, and can be imported as a standard dependency in your `build.gradle` file:

```groovy
dependencies {
Expand All @@ -54,7 +54,7 @@ repositories {

### Using Maven

The NATs client is available on the Maven central repository, and can be imported as a normal dependency in your pom.xml file:
The NATS client is available on the Maven central repository, and can be imported as a normal dependency in your pom.xml file:

```xml
<dependency>
Expand Down

0 comments on commit b1ee45c

Please sign in to comment.