diff --git a/README.md b/README.md index 1831aaf..cbaedf1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@
-
-  
-

🗄️🔥💨 -Axios Cache Interceptor

-
-
-
-
target="_blank" alt="Codecov" /> +
>Size + Install Size target="_blank" alt="Try on RunKit" /> +
+
+
+
+  
+

🗄️🔥💨 +Axios Cache Interceptor

+
+
+

@@ -217,14 +227,15 @@ After that, you can made your own requests normally. ## Compiled code -The compiled code is built in two different ways, one as CommonsJS Module -`(ES6 Compatible)` and one as a browser minified code `(ES5 Compatible)`. +As axios itself requires [ES6 Promises](https://axios-http.com/docs/notes#promises), the CommonsJS module and the Browser minified version are also `>= ES6` compatibles. You can see more here about compiling options: -- [Browser config](/tsconfig.browser.json) - [Webpack config](/webpack.config.js) +- [Browser config](/tsconfig.browser.json) & [Webpack config](/webpack.config.js) - [NodeJS Config](/tsconfig.build.json) +Don't forget, you can always rebuilt this library by up from it's source code or recompile the dist with lower ecma script versions. +
## Basic Knowledge