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
|
||||
|
||||
> Axios is a peer dependency and must be installed separately.
|
||||
|
||||
```sh
|
||||
# Npm
|
||||
npm install --save axios-cache-interceptor
|
||||
npm install --save axios axios-cache-interceptor
|
||||
|
||||
# Yarn
|
||||
yarn add axios-cache-interceptor
|
||||
yarn add axios axios-cache-interceptor
|
||||
```
|
||||
|
||||
<br />
|
||||
|
||||
@ -22,7 +22,11 @@
|
||||
"plugin",
|
||||
"wrapper"
|
||||
],
|
||||
"author": "Hazork",
|
||||
"author": {
|
||||
"name": "Arthur Fiorette",
|
||||
"email": "arthur.fiorette@gmail.com",
|
||||
"url": "https://arthurfiorette.com.br"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user