Skip to content

Commit

Permalink
Merge pull request #258 from yutak23/feature/docs-update
Browse files Browse the repository at this point in the history
docs: update import method in cjs
  • Loading branch information
mindhells committed Nov 27, 2023
2 parents 9dd2311 + ba788f6 commit 0923051
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 @@ -14,7 +14,7 @@ npm install axios-retry

```js
// CommonJS
// const axiosRetry = require('axios-retry');
// const axiosRetry = require('axios-retry').default;

// ES6
import axiosRetry from 'axios-retry';
Expand Down

0 comments on commit 0923051

Please sign in to comment.