You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2016/10/11 15:23:22 UTC

[2/2] documentation commit: updated refs/heads/master to 21c0d81

welcome

new json

Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/5181619d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/5181619d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/5181619d

Branch: refs/heads/master
Commit: 5181619d1c8f393dd2adad2ec00c7a9465762fc2
Parents: 82297c4
Author: Lev Tonkikh <le...@gmail.com>
Authored: Sun Oct 9 11:30:31 2016 +0300
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Oct 11 11:22:36 2016 -0400

----------------------------------------------------------------------
 src/intro/tour.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/5181619d/src/intro/tour.rst
----------------------------------------------------------------------
diff --git a/src/intro/tour.rst b/src/intro/tour.rst
index 62ae59b..150c951 100644
--- a/src/intro/tour.rst
+++ b/src/intro/tour.rst
@@ -40,13 +40,12 @@ The reply should look something like:
 .. code-block:: javascript
 
     {
+    
         "couchdb": "Welcome",
-        "uuid": "85fb71bf700c17267fef77535820e371",
-        "version": "1.4.0",
         "vendor": {
-            "version": "1.4.0",
             "name": "The Apache Software Foundation"
-        }
+        },
+        "version": "2.0.0"
     }
 
 Not all that spectacular. CouchDB is saying "hello" with the running version