Browse Source

Use proper name of Git

Greg Turnquist 13 years ago
parent
commit
1b04783424
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -25,7 +25,7 @@ To **start from scratch**, move on to [Set up the project](#scratch).
25 25
 
26 26
 To **skip the basics**, do the following:
27 27
 
28
- - [Download][zip] and unzip the source repository for this guide, or clone it using [git][u-git]:
28
+ - [Download][zip] and unzip the source repository for this guide, or clone it using [Git][u-git]:
29 29
 `git clone https://github.com/springframework-meta/gs-spring-boot.git`
30 30
  - cd into `gs-spring-boot/initial`.
31 31
  - Jump ahead to [Learn what you can do with Spring Boot](#initial).