diff --git a/README.md b/README.md index 492de269..afbaf6e2 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in one project.