Browse Source

Fix typo in pom sample

pull/64/head
Dave Syer 12 years ago
parent
commit
c7dc95692c
  1. 2
      README.md

2
README.md

@ -153,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters: @@ -153,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
</build>
<!-- Allow access to Spring milestones and snapshots -->
<!-- (you don't need this if you are using anything after 0.5.0.M2) -->
<!-- (you don't need this if you are using anything after 0.5.0.RELEASE) -->
<repositories>
<repository>
<id>spring-snapshots</id>

Loading…
Cancel
Save