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;