Skip to content

Commit

Permalink
docs: 📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Dec 26, 2023
1 parent b578267 commit 667994d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ request.get(
'/mock',
{ id: 'mock-id' },
{
/* more-options */
/* More option */
}
)

Expand All @@ -105,7 +105,7 @@ request.post(
'/mock',
{ id: 'mock-id' },
{
/* more-options */
/* More option */
}
)

Expand Down Expand Up @@ -137,7 +137,7 @@ request.form(
'/mock',
{ id: 'mock-id' },
{
/* more-options */
/* More option */
}
)

Expand All @@ -146,7 +146,7 @@ request.query(
'/mock',
{ id: 'mock-id' },
{
/* more-options */
/* More option */
}
)
```
Expand Down

0 comments on commit 667994d

Please sign in to comment.