Fix README.md typo

This commit is contained in:
Phil Webb 2013-08-20 01:41:20 -07:00 committed by Phillip Webb
parent 0993f3da0a
commit 3690ab16ba

View File

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