docs: updated author and readme

This commit is contained in:
Hazork 2021-09-01 16:45:21 -03:00
parent 0e885713de
commit 3465bc385b
2 changed files with 9 additions and 3 deletions

View File

@ -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 />

View File

@ -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"