Skip to content

Commit

Permalink
Fixed README.md section with retry usage examples;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Apr 16, 2021
1 parent f5ac87d commit 6640360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [cancellation & progress capturing](#progress-capturing-and-cancellation)
- [pause & resume promise](#pause--resume-promises)
- [concurrent limitation](#concurrency-limitation)
- [retry async operation](#concurrency-limitation)
- [retrying async operations](#retrying-async-operations)
- [abortable fetch with timeout](#abortable-fetch-with-timeout)
- [wrapping axios request](#wrapping-axios-request)
- [**using with React**](#using-with-react)
Expand Down
2 changes: 1 addition & 1 deletion jsdoc2md/README.hbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [cancellation & progress capturing](#progress-capturing-and-cancellation)
- [pause & resume promise](#pause--resume-promises)
- [concurrent limitation](#concurrency-limitation)
- [retry async operation](#concurrency-limitation)
- [retrying async operations](#retrying-async-operations)
- [abortable fetch with timeout](#abortable-fetch-with-timeout)
- [wrapping axios request](#wrapping-axios-request)
- [**using with React**](#using-with-react)
Expand Down

0 comments on commit 6640360

Please sign in to comment.