From 9d6ba1f4eeae7e7ff322203d14576fb9a8b9d3cb Mon Sep 17 00:00:00 2001 From: samskivert Date: Fri, 27 Aug 2010 08:45:54 +0000 Subject: [PATCH] Minor edits. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2819 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 6605f047..635ecbba 100644 --- a/README +++ b/README @@ -37,10 +37,10 @@ following principles: Building -------- -Building the library is very simple. The library is built using ant. If you -aren't already using ant for other projects, it can be found here: +The library is built using ant. If you aren't already using ant for other +projects, it can be found here: - http://jakarta.apache.org/ant/ + http://ant.apache.org/ Invoke ant with any of the following targets: @@ -51,7 +51,7 @@ Invoke ant with any of the following targets: It is highly recommended to use the Ivy-based build file, which will automatically download any dependencies. The build file will also download Ivy -if needed. Simply invoke: +if needed. For example, to build everything invoke: % ant -f build-ivy.xml all