Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 34984e8d9 -> e97a665eb


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/8de8651e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/8de8651e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/8de8651e

Branch: refs/heads/master
Commit: 8de8651e84da6affff64ef8ce1b79f566333d0b5
Parents: b7dbecd
Author: Lev Tonkikh <leonst...@gmail.com>
Authored: Sun Oct 9 11:30:31 2016 +0300
Committer: GitHub <nore...@github.com>
Committed: Sun Oct 9 11:30:31 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/8de8651e/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

Reply via email to