Skip to content

Commit

Permalink
Removed version number from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Oct 25, 2017
1 parent e0b3ba5 commit 37d34fe
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 @@ -55,23 +55,23 @@ The first step is deciding on which of the two modes - embedded or standalone -
In this example we'll start an edge node on port `8080`, serving a WebSocket on path `/broker`.

### Get the binaries
Builds are hosted on JCenter. Just add the following snippet to your build file (replacing the version number in the snippet with the version shown on the Download badge at the top of this README).
Builds are hosted on JCenter. Just add the following snippet to your build file, replacing the version placeholder `x.y.z` with the version shown on the Download badge at the top of this README.

For Maven:

```xml
<dependency>
<groupId>au.com.williamhill.flywheel</groupId>
<artifactId>flywheel-core</artifactId>
<version>0.1.0</version>
<version>x.y.z</version>
<type>pom</type>
</dependency>
```

For Gradle:

```groovy
compile 'au.com.williamhill.flywheel:flywheel-core:0.1.0'
compile 'au.com.williamhill.flywheel:flywheel-core:x.y.z'
```

### Configure and start the edge node
Expand Down

0 comments on commit 37d34fe

Please sign in to comment.