Skip to content

Commit

Permalink
Correct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Labazin authored and Artem Labazin committed Sep 6, 2018
1 parent 1c8f32a commit f2b8e64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion encon-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ First of all, add config's dependency:
**Gradle**:

```groovy
compile 'io.appulse.encon.java:encon-config:1.6.2'
compile 'io.appulse.encon:encon-config:1.6.2'
```

### File based configuration
Expand Down
8 changes: 7 additions & 1 deletion encon-databind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ First of all, add databind's dependency:
```xml
<dependencies>
...
<dependency>
<groupId>io.appulse.encon</groupId>
<artifactId>encon</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>io.appulse.encon</groupId>
<artifactId>encon-databind</artifactId>
Expand All @@ -23,7 +28,8 @@ First of all, add databind's dependency:
**Gradle**:

```groovy
compile 'io.appulse.encon.java:encon-databind:1.6.2'
compile 'io.appulse.encon:encon:1.6.2'
compile 'io.appulse.encon:encon-databind:1.6.2'
```

Let's imagine, you have POJO like this:
Expand Down
2 changes: 1 addition & 1 deletion encon-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ First of all, add dependency:
**Gradle**:

```groovy
compile 'io.appulse.encon.java:encon-handler:1.6.2'
compile 'io.appulse.encon:encon-handler:1.6.2'
```

### Basics
Expand Down

0 comments on commit f2b8e64

Please sign in to comment.