Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 authored Sep 22, 2023
1 parent 2c355cb commit 943548e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Response:
```json
{
"result": 6,
"error": null
"error": null,
"warnings": []
}
```

Expand All @@ -58,7 +59,8 @@ Response:
```json
{
"result": true,
"error": null
"error": null,
"warnings": []
}
```

Expand Down

0 comments on commit 943548e

Please sign in to comment.