Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed May 21, 2020
1 parent a8cdcd1 commit ce648a0
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 @@ -316,7 +316,7 @@ try {
**Example:**

```js
const result = await client.orders.getOrders({
const result = await client.orders.getOrder({
amazonOrderId: [
'902-3159896-1390916'
]
Expand Down

0 comments on commit ce648a0

Please sign in to comment.