SLING-4381 update README

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680623 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md
index 10277bd..53be13a 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,13 @@
 

 * To use the resource provider you have to to create a factory configuration for "Apache Sling NoSQL Couchbase Client" with clientId = ´sling-resourceprovider-couchbase´ and propert couchbase host and bucket configuration.

 * Additionally a factory configuration for "Apache Sling NoSQL Couchbase Resource Provider Factory" defines the root of the resource tree that should be stored in Couchbase

+

+

+Run integration tests

+---------------------

+

+To run the integration tests you have to set up a real couchbase server and run the tests with this command line (inserting the correct parameters for couchbase host and bucket):

+

+```

+mvn -Pcouchbase-integration-test -DcouchbaseHosts=localhost:8091 -DbucketName=test integration-test

+```