Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmkz committed Oct 5, 2023
1 parent 679d073 commit 7e47788
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 @@ -103,7 +103,7 @@ const body = {

Use the API object's method to make the request. For example, to make a request to the `/v1/payments` endpoint using the `payment` object:

```
```javascript
payment.create({ body }).then(console.log).catch(console.log);
```

Expand Down

0 comments on commit 7e47788

Please sign in to comment.