Skip to content

Commit 407b266

Browse files
committed
docs(configuration): fix bad numbering
Numbers in markdown rendered incorrectly. Remove numbering
1 parent 1db5b9e commit 407b266

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ implementation details) from the attributes hash.
276276

277277
#### examples
278278

279-
1. Always expose foreign keys for all models
279+
Always expose foreign keys for all models
280280
```js
281281
{
282282
...
@@ -285,7 +285,7 @@ implementation details) from the attributes hash.
285285
}
286286
```
287287

288-
2. Never expose foreign keys for any models (default behaviour)
288+
Never expose foreign keys for any models (default behaviour)
289289
```js
290290
{
291291
...
@@ -294,7 +294,7 @@ implementation details) from the attributes hash.
294294
}
295295
```
296296

297-
3. Only expose foreign keys for the commeht model
297+
Only expose foreign keys for the commeht model
298298
```js
299299
{
300300
...
@@ -305,7 +305,7 @@ implementation details) from the attributes hash.
305305
}
306306
```
307307

308-
4. Only expose foreign keys for the comment model findById method. eg. `GET /api/comments/1`
308+
Only expose foreign keys for the comment model findById method. eg. `GET /api/comments/1`
309309
```js
310310
{
311311
...

0 commit comments

Comments
 (0)