Skip to content

Commit

Permalink
Fix typo in README (#213)
Browse files Browse the repository at this point in the history
PUT requests should use `putRequest` method.
  • Loading branch information
sirreal authored Oct 2, 2023
1 parent 12e2f19 commit 38ea3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ client.getRequest(apiPath, params);
client.postRequest(apiPath, params);

// PUT requests
client.postRequest(apiPath, params);
client.putRequest(apiPath, params);
```
---
Expand Down

0 comments on commit 38ea3f5

Please sign in to comment.