From 10ef5bb89d5198b500cac8c109cdef6a99d08c7c Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 16 Jun 2015 10:25:49 +0200 Subject: [PATCH] #100 - Fix typo in root README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.