Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,9 @@ When you run the code, you see a result similar to the following output.
"orders" database created.
You have created the document. Response body:
{
"_id": "example",
"name": "Bob Smith",
"joined": "2019-01-24T10:42:59.000Z",
"_rev": "1-1b403633540686aa32d013fda9041a5d"
"id": "example",
"rev": "1-1b403633540686aa32d013fda9041a5d",
"ok": true
}
```

Expand Down