From 5e04e5c34a153bbcf8a36b75c5552ee5df534c67 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Mon, 27 Dec 2021 18:31:54 -0300 Subject: [PATCH] docs: updated badges --- README.md | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) 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