Skip to content

Commit

Permalink
Updated readme with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steppschuh committed Jun 4, 2018
1 parent e911e16 commit ea490b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
}
dependencies {
compile 'net.steppschuh.markdowngenerator:markdowngenerator:1.3.0.0'
compile 'net.steppschuh.markdowngenerator:markdowngenerator:1.3.1.1'
}
```

Expand All @@ -26,7 +26,7 @@ dependencies {
<dependency>
<groupId>net.steppschuh.markdowngenerator</groupId>
<artifactId>markdowngenerator</artifactId>
<version>1.3.0.0</version>
<version>1.3.1.1</version>
</dependency>
```

Expand All @@ -35,6 +35,8 @@ You can download the latest .jar files from [GitHub](https://github.com/Steppsch

## Examples

Most Markdown elements have static convenience methods in the `Markdown` class. You can also use their repesctive constructors, as shown below.

### Emphasis
```java
@Test
Expand Down

0 comments on commit ea490b7

Please sign in to comment.