From 291b52982ad8465d940107cdcaf5f2eb3788a1cd Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Fri, 14 Aug 2020 16:36:39 +0200 Subject: [PATCH] Added opencollective sponsors to readme --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a22b416a..90729980 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,13 @@ We are currently hard at work trying to release `3.0`. We have a `3.0.0-beta.1` 1. [Features enabled by default](#features-enabled-by-default) 2. [Opt-in features](#opt-in-features) 2. [More Information](#more-information) -7. [Contributing](#contributing) +7. [Sponsors](#sponsors) +8. [Contributing](#contributing) 1. [Compatibility Policy](#compatibility-policy) 1. [Minimum Supported Version of Rust (MSRV)](#minimum-supported-version-of-rust-msrv) 2. [Breaking Changes](#breaking-changes) -8. [License](#license) -9. [Related Crates](#related-crates) +9. [License](#license) +10. [Related Crates](#related-crates) ## About @@ -466,6 +467,28 @@ You can find complete documentation on the [docs.rs][docs] for this project. You can also find usage examples in the [examples][examples] directory of this repo. +## Sponsors + + +### Gold + +[![](https://opencollective.com/clap/tiers/gold.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) + + +### Silver + +[![](https://opencollective.com/clap/tiers/silver.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) + + +### Bronze + +[![](https://opencollective.com/clap/tiers/bronze.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) + + +### Backer + +[![](https://opencollective.com/clap/tiers/backer.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) + ## Contributing Details on how to contribute can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file.