From 76e8ad1fb0b8b622481ada6d18fb29e689949d45 Mon Sep 17 00:00:00 2001 From: florianschmitt Date: Sun, 17 May 2015 13:22:31 +0200 Subject: [PATCH] Typo 'sorl' -> 'solr' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 586a88e7f..6353b1700 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Go on and use it as shown below: ```java @Configuration -@EnableSolrRepositories(basePackages = { "com.acme.sorl" }), multicoreSupport = true) +@EnableSolrRepositories(basePackages = { "com.acme.solr" }), multicoreSupport = true) public class SolrContext { private @Resource Environment env;