Steppschuh / Java-Markdown-Generator

Java library to generate markdown
MIT License
230 stars 47 forks source link

update readme about jitpack dependecy instruction #25

Open marwin1991 opened 3 years ago

marwin1991 commented 3 years ago

Hello, on readme there is a section how to add this lib to depnedencies and it is diffrent than on jitpack. In my opinion it should be:

`

com.github.Steppschuh
    <artifactId>Java-Markdown-Generator</artifactId>
    <version>1.3.2</version>
</dependency>

`