Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdev committed Mar 5, 2021
1 parent da60667 commit 7345ada
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 @@ -65,7 +65,7 @@ const akeneo = client({
// Optionally you can also pass in axiosOptions which will be passed to the Axios instance
});

console.log(await akeneo.productModel.getAll());
console.log(await akeneo.productModel.getAll({}));
```

## 📚 Docs
Expand Down

0 comments on commit 7345ada

Please sign in to comment.