Skip to content

Commit 88629d1

Browse files
authored
Add image to 'Change view of data' section
Added image for data view customization section.
1 parent 696a57a commit 88629d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ from public APIs with a clean and declarative API.
2626
- Node.js and browser compatible
2727
- Customize *view* of data
2828

29-
<img src="./docs/tableView.png" alt="table-view" width="100%"/>
30-
3129
---
3230

3331
## Installation
@@ -80,6 +78,10 @@ const users = await mockmate({
8078
});
8179
```
8280

81+
### Change view of data
82+
83+
<img src="./docs/tableView.png" alt="table-view" width="100%"/>
84+
8385
### Generate Schema
8486

8587
```ts

0 commit comments

Comments
 (0)