From 6933cb53904804944809b3c53498b7f2b5b7d079 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 17 Feb 2017 21:24:18 +0100 Subject: [PATCH] updated readme format --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f6b5f3d..0894b07 100644 --- a/README.md +++ b/README.md @@ -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 *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* -(instead of interpreting or parsing lengthy config files) and because it uses the FastMD5 project -for dependency checking and build verification, it's *wicked fast*. +(instead of interpreting or parsing lengthy config files) it's *wicked fast*. ##### 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. ``` - -

License

- +License +--------- This project is © 2012 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.