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
buildscript { buildscript {
repositories { repositories {
maven.url "http://repo.springsource.org/snapshot" maven.url "http://repo.springsource.org/snapshot"
manve.url "http://repo.springsource.org/milestone" maven.url "http://repo.springsource.org/milestone"
} }
// ... // ...
} }

Loading…
Cancel
Save