updated readme format

This commit is contained in:
nathan 2017-02-17 21:24:18 +01:00
parent 432495213c
commit 6933cb5390
1 changed files with 3 additions and 5 deletions

View File

@ -6,8 +6,7 @@ The JavaBuilder project is a Java project management and build tool, using the J
The main distinction between this tool and others, such as Ant, Maven, Ivy, Gradle, etc. is that The main distinction between this tool and others, such as Ant, Maven, Ivy, Gradle, etc. is that
*this* build tool lets you work directly in Java. Since you are building a Java project, it can *this* build tool lets you work directly in Java. Since you are building a Java project, it can
safely be assumed that you already know Java. Additionally, because it's running *compiled code* safely be assumed that you already know Java. Additionally, because it's running *compiled code*
(instead of interpreting or parsing lengthy config files) and because it uses the FastMD5 project (instead of interpreting or parsing lengthy config files) it's *wicked fast*.
for dependency checking and build verification, it's *wicked fast*.
##### Why use XML, Groovy, Scala, JavaScript, or some other language to build your project? ##### Why use XML, Groovy, Scala, JavaScript, or some other language to build your project?
@ -37,7 +36,6 @@ Note: This project was inspired (and some parts heavily modified) by the excelle
Scar project, and includes utility classes/methods from a variety of sources. Scar project, and includes utility classes/methods from a variety of sources.
``` ```
License
<h2>License</h2> ---------
This project is © 2012 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. This project is © 2012 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.