From c32e671b162e1b66f615e2096fbc54fa237e976a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 18 Nov 2010 12:34:03 +0000 Subject: [PATCH] Tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a464b19c..b8725593a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You can get a pretty good idea about how to set up a job by examining the unit t To launch a job from the command line instead of a unit test use the `CommandLineJobRunner.main()` method (see Javadocs included in that class). -## Using Maven and Subversion +## Using Maven and Git -* Check out the Spring Batch project from Subversion (instructions are available [here](http://www.springsource.org/spring-batch/source-repository.html)). +* Check out the Spring Batch project from Git (instructions are available [here](https://github.com/SpringSource/spring-batch)). * Run Maven from the command line in the samples directory. There are additional building instructions and suggestions about what to do if it goes wrong [here](http://www.springsource.org/spring-batch/building.html).