From 3690ab16ba324da84363a91e1008f3003d5e50cc Mon Sep 17 00:00:00 2001 From: Phil Webb Date: Tue, 20 Aug 2013 01:41:20 -0700 Subject: [PATCH] Fix README.md typo --- spring-boot-tools/spring-boot-gradle-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-gradle-plugin/README.md b/spring-boot-tools/spring-boot-gradle-plugin/README.md index 4d5f733755d..373b9ada6e8 100644 --- a/spring-boot-tools/spring-boot-gradle-plugin/README.md +++ b/spring-boot-tools/spring-boot-gradle-plugin/README.md @@ -21,7 +21,7 @@ If you are using a milestone or snapshot release you will also need to add appro buildscript { repositories { maven.url "http://repo.springsource.org/snapshot" - manve.url "http://repo.springsource.org/milestone" + maven.url "http://repo.springsource.org/milestone" } // ... }