Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 12, 2021
1 parent dd1fa41 commit 4c757d3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ const resp2 = await api.get('https://api.example.com/');
- [request.cache.methods](#requestcachemethods)
- [request.cache.cachePredicate](#requestcachecachepredicate)
- [request.cache.update](#requestcacheupdate)
- [Inspiration](#inspiration)
- [License](#license)
- [Contact](#contact)

Expand Down Expand Up @@ -386,19 +385,6 @@ axios.get('url', {

<br />

## Inspiration

This project is highly inspired by several projects, written entirely in typescript,
supporting https headers and much more.

Take a look at some similar projects:

- [axios-cache-adapter](https://github.com/RasCarlito/axios-cache-adapter)
- [axios-cache-plugin](https://github.com/jin5354/axios-cache-plugin)
- [@tusbar/cache-control](https://github.com/tusbar/cache-control)

<br />

## License

Licensed under the **MIT**. See [`LICENSE`](LICENSE) for more informations.
Expand Down

0 comments on commit 4c757d3

Please sign in to comment.