fixes #13: basePackage -> basePackages in readme

This commit is contained in:
Matthew Adams
2014-08-16 08:22:27 -05:00
parent 6a3a0a6b04
commit a0a81220c5

View File

@@ -79,7 +79,7 @@ Generally available releases are available in Maven Central.
*Minimal Spring JavaConfig*
@Configuration
@EnableCassandraRepositories(basePackage = "org.example.domain")
@EnableCassandraRepositories(basePackages = "org.example.domain")
public class MyConfig extends AbstractCassandraConfiguration {
@Override