Skip to content

Commit

Permalink
docs: updated author and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 1, 2021
1 parent 0e88571 commit 3465bc3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3465bc3

Please sign in to comment.