Author: sseifert
Date: Wed May 20 16:35:50 2015
New Revision: 1680634

URL: http://svn.apache.org/r1680634
Log:
SLING-4381 update README

Modified:
    sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md

Modified: sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md?rev=1680634&r1=1680633&r2=1680634&view=diff
==============================================================================
--- sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md (original)
+++ sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md Wed May 20 
16:35:50 2015
@@ -21,10 +21,10 @@ For list and delete operations two couch
 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
 
 


Reply via email to