Skip to content

Commit 23e7e89

Browse files
Change 'tab' indentation to four whitespaces
1 parent 6218beb commit 23e7e89

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
@@ -98,13 +98,14 @@ print(client.get_database())
9898

9999
```json
100100
{
101-
"tables": [
102-
"users"
103-
],
104-
"updated-at": "2017-05-19T14:27:47.417415",
105-
"created-at": "2017-05-12T02:23:34.231418",
106-
"name": "Database 1",
107-
"description": "My first database"
101+
"name": "Database 1",
102+
"description": "My first database",
103+
"tables": [
104+
"default",
105+
"users"
106+
],
107+
"updated-at": "2017-05-19T14:27:47.417415",
108+
"created-at": "2017-05-12T02:23:34.231418"
108109
}
109110
```
110111

0 commit comments

Comments
 (0)