Skip to content

Commit 2725eb2

Browse files
Change 'tab' indentation to four whitespaces
1 parent b3c06ac commit 2725eb2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

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

110110
```json
111111
{
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"
112+
"name": "Database 1",
113+
"description": "My first database",
114+
"tables": [
115+
"default",
116+
"users"
117+
],
118+
"updated-at": "2017-05-19T14:27:47.417415",
119+
"created-at": "2017-05-12T02:23:34.231418"
119120
}
120121
```
121122

0 commit comments

Comments
 (0)