Skip to content

Commit b3c06ac

Browse files
Update getDatabase() output example
1 parent b2ba672 commit b3c06ac

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,13 @@ client.getDatabase().then((resp) => {
109109

110110
```json
111111
{
112-
"name": "Database 1",
113-
"description": "My first database",
114-
"data-expiration": 30,
115-
"created-at": "2016-04-05T10:20:30Z"
112+
"tables": [
113+
"users"
114+
],
115+
"updated-at": "2017-05-19T14:27:47.417415",
116+
"created-at": "2017-05-12T02:23:34.231418",
117+
"name": "Database 1",
118+
"description": "My first database"
116119
}
117120
```
118121

0 commit comments

Comments
 (0)