From 56f8e5babc9914a30bd84ce85892aed5a808c289 Mon Sep 17 00:00:00 2001 From: Michael Nitschinger Date: Mon, 17 Dec 2012 13:59:37 +0100 Subject: [PATCH] Updating README to reflect the new name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```