mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
docs: updated author and readme
This commit is contained in:
parent
0e885713de
commit
3465bc385b
@ -77,12 +77,14 @@ cache.get('http://example.com/');
|
|||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
|
> Axios is a peer dependency and must be installed separately.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Npm
|
# Npm
|
||||||
npm install --save axios-cache-interceptor
|
npm install --save axios axios-cache-interceptor
|
||||||
|
|
||||||
# Yarn
|
# Yarn
|
||||||
yarn add axios-cache-interceptor
|
yarn add axios axios-cache-interceptor
|
||||||
```
|
```
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@ -22,7 +22,11 @@
|
|||||||
"plugin",
|
"plugin",
|
||||||
"wrapper"
|
"wrapper"
|
||||||
],
|
],
|
||||||
"author": "Hazork",
|
"author": {
|
||||||
|
"name": "Arthur Fiorette",
|
||||||
|
"email": "arthur.fiorette@gmail.com",
|
||||||
|
"url": "https://arthurfiorette.com.br"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues"
|
"url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user