Browse Source

Fix README.md typo

pull/50/head
Phil Webb 13 years ago committed by Phillip Webb
parent
commit
3690ab16ba
  1. 2
      spring-boot-tools/spring-boot-gradle-plugin/README.md

2
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 @@ -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"
}
// ...
}

Loading…
Cancel
Save