From 7eb25eb464a4c91e4bf8882186daf590a337c474 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Feb 2017 23:59:18 +0100 Subject: [PATCH] Updated readme format --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 22943d6..a5e0dca 100644 --- a/README.md +++ b/README.md @@ -238,14 +238,16 @@ ISSUES:     -

Release Notes

+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. -
Maven Info
+Maven Info +--------- ```` com.dorkbox @@ -264,7 +266,7 @@ https://repo1.maven.org/maven2/org/slf4j/slf4j-api/ https://repo1.maven.org/maven2/org/javassist/javassist/ -

License

- +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.