Skip to content

Commit 150abc5

Browse files
Change 'tab' indentation to four whitespaces
1 parent 781750a commit 150abc5

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,14 @@ puts client.get_database()
100100

101101
```json
102102
{
103-
"tables": [
104-
"users"
105-
],
106-
"updated-at": "2017-05-19T14:27:47.417415",
107-
"created-at": "2017-05-12T02:23:34.231418",
108-
"name": "Database 1",
109-
"description": "My first database"
103+
"name": "Database 1",
104+
"description": "My first database",
105+
"tables": [
106+
"default",
107+
"users"
108+
],
109+
"updated-at": "2017-05-19T14:27:47.417415",
110+
"created-at": "2017-05-12T02:23:34.231418"
110111
}
111112
```
112113

0 commit comments

Comments
 (0)