diff --git a/src/intro/api.rst b/src/intro/api.rst index 9727182f..99731a5d 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 diff --git a/src/intro/curl.rst b/src/intro/curl.rst index 6ceb4a2b..192a3a15 100644 --- a/src/intro/curl.rst +++ b/src/intro/curl.rst @@ -36,12 +36,10 @@ clarity): { "couchdb": "Welcome", - "uuid": "85fb71bf700c17267fef77535820e371", + "version": "2.0.0", "vendor": { - "name": "The Apache Software Foundation", - "version": "1.4.0" - }, - "version": "1.4.0" + "name": "The Apache Software Foundation" + } } .. note::