diff --git a/README.md b/README.md index 3b15b283..a4766c87 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ This project aims to bridge the gap between Spring and the Couchbase Java SDK. C Installation ------------ -This project is distributed as a maven package and can be included as follows: +Currently, you need to checkout the source code from here and build it on your on. In the future, this project will be distributed as a maven package and can be included as follows: ```xml couchbase - couchbase-spring + spring-data-couchbase 0.1.0-SNAPSHOT ```