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

View File

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