diff --git a/README.md b/README.md
index 7d5c76d2..7a6d1a60 100644
--- a/README.md
+++ b/README.md
@@ -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)
@@ -386,19 +385,6 @@ axios.get('url', {
-## 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)
-
-
-
## License
Licensed under the **MIT**. See [`LICENSE`](LICENSE) for more informations.