diff --git a/README.md b/README.md index fa7cfd9..05ee751 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Standard Readme -[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![Backers on Open Collective](https://opencollective.com/standard-readme/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/standard-readme/sponsors/badge.svg)](#sponsors) [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) > Standard Readme Style @@ -108,6 +108,36 @@ Feel free to dive in! [Open an issue](https://github.com/RichardLitt/standard-re Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct. +### Contributors + +This project exists thanks to all the people who contribute. + + + +### Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/standard-readme#backer)] + + + + +### Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/standard-readme#sponsor)] + + + + + + + + + + + + + + ## License [MIT](LICENSE) © Richard Littauer diff --git a/package.json b/package.json index 8153553..dfb946e 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,18 @@ "url": "https://github.com/RichardLitt/standard-readme/issues" }, "homepage": "https://github.com/RichardLitt/standard-readme", - "dependencies": {}, + "dependencies": { + "opencollective": "^1.0.3" + }, "coordinates": [ 52.5173031, 13.4535065 - ] -} + ], + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/standard-readme" + }, + "scripts": { + "postinstall": "opencollective-postinstall" + } +} \ No newline at end of file