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> ```