From 34d9b5c4c3c2f111ab168150c23f6891432ff10d Mon Sep 17 00:00:00 2001 From: Ricardo Dantas Goncalves Date: Tue, 7 Sep 2021 10:09:41 +0200 Subject: [PATCH] Update readme file --- .cspell.json | 5 ++++- README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cspell.json b/.cspell.json index 8f533e6..2e69aa5 100644 --- a/.cspell.json +++ b/.cspell.json @@ -36,7 +36,10 @@ "transpiled", "typedoc", "untracked", - "mainthread" + "mainthread", + "ko-fi", + "yarnpkg", + "npmjs" ], "flagWords": [], "ignorePaths": [ diff --git a/README.md b/README.md index 2569441..e978845 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Check how the calc works [here](https://www.websitecarbon.com/how-does-it-work/) ## Sponsor -Help to maintain this project and become a sponsor on [Github Sponsors](https://github.com/sponsors/ricardodantas), [Ko-fi](https://ko-fi.com/ricardodantas), or [Buy Me A Coffe](https://www.buymeacoffee.com/ricardodantas)! 🎉 You can get your company logo, link & name on this file. It's also rendered on package page in npmjs.com and yarnpkg.com sites too! 🚀 +Help to maintain this project and become a sponsor on [Github Sponsors](https://github.com/sponsors/ricardodantas), [Ko-fi](https://ko-fi.com/ricardodantas), or [Buy Me A Coffee](https://www.buymeacoffee.com/ricardodantas)! 🎉 You can get your company logo, link & name on this file. It's also rendered on package page in npmjs.com and yarnpkg.com sites too! 🚀 ## Contributing diff --git a/package.json b/package.json index e35ded4..5713fb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "website-carbon-calculator", - "version": "1.2.4", + "version": "1.2.7", "description": "This package calculates the carbon emission by the network traffic from a given URL.", "author": { "name": "Ricardo Dantas",