You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:26:13 UTC

[sling-org-apache-sling-nosql-couchbase-resourceprovider] 07/42: SLING-4381 update README

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-couchbase-resourceprovider.git

commit 5c36c3e12c08475addc9ce503e784c020a520803
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Wed May 20 16:35:50 2015 +0000

    SLING-4381 update README
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680634 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c47f479..4fd582b 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,10 @@ For list and delete operations two couchbase views have to be defined and publis
 Steps to create those views:
 * Log into Couchbase Console
 * Go to "Views" and select the correct bucket
-* Add a new design document via "Create Development View" and name it "_design/dev_resourceIndex" (the prefix "_design/dev_" is added automatically)
+* Add a new design document via "Create Development View" and name it "\_design/dev\_resourceIndex" (the prefix "\_design/dev\_" is added automatically)
 * Use the name "ancestorPath" for the first view that is created together with the design document
 * Paste the view code from [ancestorPath.js](src/main/couchbase-views/ancestorPath.js) into the editor and save it
-* Create another view named "parentPath", paste the view code from [parentPath.js](src/main/couchbase-views/ancestorPath.js) and save it
+* Create another view named "parentPath", paste the view code from [parentPath.js](src/main/couchbase-views/parentPath.js) and save it
 * Publish the design document so the views are production views
 
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.