#100 - Fix typo in root README.

This commit is contained in:
Chris Beams
2015-06-16 10:25:49 +02:00
committed by Oliver Gierke
parent a666eae166
commit 10ef5bb89d

View File

@@ -28,7 +28,7 @@ We have separate folders for the samples of individual modules:
* `multi-store` - A sample REST web-service based on both Spring Data JPA and Spring Data MongoDB.
* `projections` - A sample REST web-service showing how to use projections.
* `security` - A sample REST web-service secured using Spring Security.
* `headeres` - A sample showing the population of HTTP headers and the usage of them to perform conditional `GET` requests.
* `headers` - A sample showing the population of HTTP headers and the usage of them to perform conditional `GET` requests.
## Spring Data Redis
@@ -46,4 +46,4 @@ We have separate folders for the samples of individual modules:
## Miscellaneous
* `bom` - Example project how to use the Spring Data release train bom in non-Spring-Boot scenarios.
* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in one project.
* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in one project.