Use proper name of Git

This commit is contained in:
Greg Turnquist 2013-08-15 12:03:07 -05:00
parent 890671b22f
commit 42242c179b

View File

@ -26,7 +26,7 @@ To **start from scratch**, move on to [Set up the project](#scratch).
To **skip the basics**, do the following: To **skip the basics**, do the following:
- [Download][zip] and unzip the source repository for this guide, or clone it using [git][u-git]: - [Download][zip] and unzip the source repository for this guide, or clone it using [Git][u-git]:
`git clone https://github.com/springframework-meta/gs-batch-processing.git` `git clone https://github.com/springframework-meta/gs-batch-processing.git`
- cd into `gs-batch-processing/initial`. - cd into `gs-batch-processing/initial`.
- Jump ahead to [Create a business class](#initial). - Jump ahead to [Create a business class](#initial).