docs: fixed casing

This commit is contained in:
arthurfiorette 2022-01-08 13:31:02 -03:00
parent 46a4ee5957
commit c76f2b7db8
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
6 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
// https://github.com/ArthurFiorette/prettier-config // https://github.com/arthurfiorette/prettier-config
module.exports = require('@arthurfiorette/prettier-config')({ module.exports = require('@arthurfiorette/prettier-config')({
tsdoc: true, tsdoc: true,

View File

@ -1,23 +1,23 @@
<br /> <br />
<div align="center"> <div align="center">
<code <code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/issues" ><a href="https://github.com/arthurfiorette/axios-cache-interceptor/issues"
><img ><img
src="https://img.shields.io/github/issues/ArthurFiorette/axios-cache-interceptor?logo=github&label=Issues" src="https://img.shields.io/github/issues/arthurfiorette/axios-cache-interceptor?logo=github&label=Issues"
target="_blank" target="_blank"
alt="Issues" /></a alt="Issues" /></a
></code> ></code>
<code <code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/stargazers" ><a href="https://github.com/arthurfiorette/axios-cache-interceptor/stargazers"
><img ><img
src="https://img.shields.io/github/stars/ArthurFiorette/axios-cache-interceptor?logo=github&label=Stars" src="https://img.shields.io/github/stars/arthurfiorette/axios-cache-interceptor?logo=github&label=Stars"
target="_blank" target="_blank"
alt="Stars" /></a alt="Stars" /></a
></code> ></code>
<code <code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/blob/main/LICENSE" ><a href="https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/LICENSE"
><img ><img
src="https://img.shields.io/github/license/ArthurFiorette/axios-cache-interceptor?logo=githu&label=License" src="https://img.shields.io/github/license/arthurfiorette/axios-cache-interceptor?logo=githu&label=License"
target="_blank" target="_blank"
alt="License" /></a alt="License" /></a
></code> ></code>
@ -114,7 +114,7 @@ Licensed under the **MIT**. See [`LICENSE`](LICENSE) for more informations.
## Contact ## Contact
See my contact information on my [github profile](https://github.com/ArthurFiorette) or See my contact information on my [github profile](https://github.com/arthurfiorette) or
open a new issue. open a new issue.
<br /> <br />

View File

@ -11,5 +11,5 @@ complexity but historically within a few days.
## Contact ## Contact
See my contact information on my [github profile](https://github.com/ArthurFiorette) or See my contact information on my [github profile](https://github.com/arthurfiorette) or
open a new issue. open a new issue.

View File

@ -1,23 +1,23 @@
<br /> <br />
<div align="center"> <div align="center">
<code <code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/issues" ><a href="https://github.com/arthurfiorette/axios-cache-interceptor/issues"
><img ><img
src="https://img.shields.io/github/issues/ArthurFiorette/axios-cache-interceptor?logo=github&label=Issues" src="https://img.shields.io/github/issues/arthurfiorette/axios-cache-interceptor?logo=github&label=Issues"
target="_blank" target="_blank"
alt="Issues" /></a alt="Issues" /></a
></code> ></code>
<code <code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/stargazers" ><a href="https://github.com/arthurfiorette/axios-cache-interceptor/stargazers"
><img ><img
src="https://img.shields.io/github/stars/ArthurFiorette/axios-cache-interceptor?logo=github&label=Stars" src="https://img.shields.io/github/stars/arthurfiorette/axios-cache-interceptor?logo=github&label=Stars"
target="_blank" target="_blank"
alt="Stars" /></a alt="Stars" /></a
></code> ></code>
<code <code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/blob/main/LICENSE" ><a href="https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/LICENSE"
><img ><img
src="https://img.shields.io/github/license/ArthurFiorette/axios-cache-interceptor?logo=githu&label=License" src="https://img.shields.io/github/license/arthurfiorette/axios-cache-interceptor?logo=githu&label=License"
target="_blank" target="_blank"
alt="License" /></a alt="License" /></a
></code> ></code>

View File

@ -86,7 +86,7 @@ by axios was it's types.**
> **NOTE**: Below v0.3, axios was not configured as a peer dependency > **NOTE**: Below v0.3, axios was not configured as a peer dependency
| [Version](https://github.com/ArthurFiorette/axios-cache-interceptor/releases) | [Axios](https://github.com/axios/axios/releases) | | [Version](https://github.com/arthurfiorette/axios-cache-interceptor/releases) | [Axios](https://github.com/axios/axios/releases) |
| ----------------------------------------------------------------------------- | ------------------------------------------------ | | ----------------------------------------------------------------------------- | ------------------------------------------------ |
| `>= v0.5` | `>= v0.24` | | `>= v0.5` | `>= v0.24` |
| `~ v0.4` | `>= v0.23` | | `~ v0.4` | `>= v0.23` |

View File

@ -18,7 +18,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ArthurFiorette/axios-cache-interceptor.git" "url": "git+https://github.com/arthurfiorette/axios-cache-interceptor.git"
}, },
"keywords": [ "keywords": [
"axios", "axios",
@ -36,7 +36,7 @@
}, },
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues" "url": "https://github.com/arthurfiorette/axios-cache-interceptor/issues"
}, },
"homepage": "https://axios-cache-interceptor.js.org", "homepage": "https://axios-cache-interceptor.js.org",
"dependencies": { "dependencies": {