Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit e97a665

Browse files
committed
fix api.rst
1 parent 2e7b4c7 commit e97a665

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/intro/api.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ CouchDB replies, all excited to get going:
5656
5757
{
5858
"couchdb": "Welcome",
59-
"uuid": "85fb71bf700c17267fef77535820e371",
59+
"version": "2.0.0",
6060
"vendor": {
61-
"name": "The Apache Software Foundation",
62-
"version": "1.5.0"
63-
},
64-
"version": "1.5.0"
61+
"name": "The Apache Software Foundation"
62+
}
6563
}
6664
6765
You get back a JSON string, that, if parsed into a native object or data

0 commit comments

Comments
 (0)