Updated readme format

This commit is contained in:
nathan 2017-02-18 23:59:18 +01:00
parent 238e5d8afa
commit 7eb25eb464

View File

@ -238,14 +238,16 @@ ISSUES:
 
 
<h4>Release Notes</h4>
Release Notes
---------
This project **includes** some utility classes, which are an extremely small subset of a much larger library; including only what is *necessary* for this particular project to function. Additionally this project is **kept in sync** with the utilities library, so "jar hell" is not an issue, and the latest release will always include the same utility files as all other projects in the dorkbox repository at that time.
This project includes some utility classes that are a small subset of a much larger library. These classes are **kept in sync** with the main utilities library, so "jar hell" is not an issue, and the latest release will always include the same version of utility files as all of the other projects in the dorkbox repository at that time.
Please note that the utility classes have their source code included in the release, and also on [GitHub](https://github.com/dorkbox/Utilities) repository.
Please note that the utility source code is included in the release and on our [GitHub](https://github.com/dorkbox/Utilities) repository.
<h5>Maven Info</h5>
Maven Info
---------
````
<dependency>
<groupId>com.dorkbox</groupId>
@ -264,7 +266,7 @@ https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
https://repo1.maven.org/maven2/org/javassist/javassist/
<h2>License</h2>
License
---------
This project is © 2014 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.