Skip to content

Commit

Permalink
docs: update import method in cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Nov 27, 2023
1 parent 9dd2311 commit ba788f6
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 ba788f6

Please sign in to comment.