diff --git a/readme.md b/readme.md index 48a2172..322c5a5 100644 --- a/readme.md +++ b/readme.md @@ -16,11 +16,22 @@ Download the jar though Maven: ```xml org.springframework.data - spring-data-key-value + spring-data-keyvalue 0.1.0.BUILD-SNAPSHOT ``` +For snapshot versions, make sure you include the spring snapshots repository: + +```xml + + + spring-libs-snapshot + http://repo.spring.io/libs-snapshot + + +``` + The `ConcurrentHashMap` based default configuration looks like this: ```java @Configuration