From c76f2b7db85715ed98c2b505bffb766b51153fdb Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Sat, 8 Jan 2022 13:31:02 -0300 Subject: [PATCH] docs: fixed casing --- .prettierrc.js | 2 +- README.md | 14 +++++++------- docs/pages/contact.md | 2 +- docs/pages/homepage.md | 12 ++++++------ docs/pages/installing.md | 2 +- package.json | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.prettierrc.js b/.prettierrc.js index 80646ff..9f0de09 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,4 +1,4 @@ -// https://github.com/ArthurFiorette/prettier-config +// https://github.com/arthurfiorette/prettier-config module.exports = require('@arthurfiorette/prettier-config')({ tsdoc: true, diff --git a/README.md b/README.md index 3c3f8cd..14418bd 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@
Issues Stars License @@ -114,7 +114,7 @@ Licensed under the **MIT**. See [`LICENSE`](LICENSE) for more informations. ## 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.
diff --git a/docs/pages/contact.md b/docs/pages/contact.md index 9005aa2..342a347 100644 --- a/docs/pages/contact.md +++ b/docs/pages/contact.md @@ -11,5 +11,5 @@ complexity but historically within a few days. ## 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. diff --git a/docs/pages/homepage.md b/docs/pages/homepage.md index c092371..32f36de 100644 --- a/docs/pages/homepage.md +++ b/docs/pages/homepage.md @@ -1,23 +1,23 @@
Issues Stars License diff --git a/docs/pages/installing.md b/docs/pages/installing.md index 6509dae..71c9733 100644 --- a/docs/pages/installing.md +++ b/docs/pages/installing.md @@ -86,7 +86,7 @@ by axios was it's types.** > **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.4` | `>= v0.23` | diff --git a/package.json b/package.json index 174bb7f..d2afec9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ArthurFiorette/axios-cache-interceptor.git" + "url": "git+https://github.com/arthurfiorette/axios-cache-interceptor.git" }, "keywords": [ "axios", @@ -36,7 +36,7 @@ }, "license": "MIT", "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", "dependencies": {