fix api.rst

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

Branch: refs/heads/master
Commit: e97a665eb6cdef2da6684d4dc0afaa3b97e8df1a
Parents: 2e7b4c7
Author: Lev Tonkikh <leonst...@gmail.com>
Authored: Sat Oct 15 22:36:09 2016 +0300
Committer: Lev Tonkikh <leonst...@gmail.com>
Committed: Sat Oct 15 22:36:09 2016 +0300

----------------------------------------------------------------------
 src/intro/api.rst | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/e97a665e/src/intro/api.rst
----------------------------------------------------------------------
diff --git a/src/intro/api.rst b/src/intro/api.rst
index 9727182..99731a5 100644
--- a/src/intro/api.rst
+++ b/src/intro/api.rst
@@ -56,12 +56,10 @@ CouchDB replies, all excited to get going:
 
     {
         "couchdb": "Welcome",
-        "uuid": "85fb71bf700c17267fef77535820e371",
+        "version": "2.0.0",
         "vendor": {
-            "name": "The Apache Software Foundation",
-            "version": "1.5.0"
-        },
-        "version": "1.5.0"
+            "name": "The Apache Software Foundation"
+        }
     }
 
 You get back a JSON string, that, if parsed into a native object or data

Reply via email to