sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

Maven Coordinates in Readme #230

Open JollyWizard opened 8 years ago

JollyWizard commented 8 years ago

I think it would be polite to add the Maven coordinates to the Readme in a format that can be copied and pasted.

i.e.:

<dependency>
    <groupId>org.pegdown</groupId>
    <artifactId>pegdown</artifactId>
    <version>1.6.0</version>
</dependency>
JollyWizard commented 8 years ago

I realize now that there is a link to the Maven at the top of the readme. I only saw the conversational version in the installation section. You may wish to disregard this, although, I think it would stand out / read better.