Skip to content

Commit 31661da

Browse files
authored
chore: fix JSON formatting
1 parent df3defc commit 31661da

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,19 @@ api.getCollections()
131131

132132
```json
133133
[
134-
{ version: '1.0',
135-
database: 'radio',
136-
name: 'Articles',
137-
slug: 'articles',
138-
path: '/1.0/radio/articles'
134+
{
135+
"version": "1.0",
136+
"database": "radio",
137+
"name": "Articles",
138+
"slug": "articles",
139+
"path": "/1.0/radio/articles"
139140
},
140-
{ version: '1.0',
141-
database: 'radio',
142-
name: 'Authors',
143-
slug: 'authors',
144-
path: '/1.0/radio/authors'
141+
{
142+
"version": "1.0",
143+
"database": "radio",
144+
"name": "Authors",
145+
"slug": "authors",
146+
"path": "/1.0/radio/authors"
145147
}
146148
]
147149
```

0 commit comments

Comments
 (0)