aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Bannert <[email protected]>2022-05-23 19:42:52 +0200
committerGitHub <[email protected]>2022-05-23 19:42:52 +0200
commit2a6003f5fe15b79d361ed4f0d7b3c2b8ec98bfab (patch)
treec831174c2b59d5fed7110d441546726713365635 /README.md
parent1793385c1ea7b7db349720c7bab20ac9765e9200 (diff)
downloadfaker-2a6003f5fe15b79d361ed4f0d7b3c2b8ec98bfab.tar.xz
faker-2a6003f5fe15b79d361ed4f0d7b3c2b8ec98bfab.zip
feat: added sponsor and community members to the readme (#986)
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index d49d69c5..20195eaf 100644
--- a/README.md
+++ b/README.md
@@ -195,8 +195,22 @@ const secondRandom = faker.datatype.number();
console.log(firstRandom === secondRandom);
```
+## Sponsors
+
+Faker is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers
+
+### Sponsors
+
+![](https://opencollective.com/fakerjs/organizations.svg)
+
+### Backers
+
+![](https://opencollective.com/fakerjs/individuals.svg)
+
## Contributing
+Please make sure to read the [Contributing Guide](https://github.com/faker-js/faker/blob/main/CONTRIBUTING.md) before making a pull request.
+
### Building Faker
The project is being built by [esbuild](https://esbuild.github.io) (see [bundle.ts](scripts/bundle.ts))
@@ -244,6 +258,20 @@ pnpm run docs:serve # Serve docs from /dist
The website is kindly hosted for free by the Netlify team under their Open Source plan. See the [netlify.toml](netlify.toml) for configuration.
+### Thank you
+
+Thank you to all the people who already contributed to Faker!
+
+<a href="https://github.com/faker-js/faker/graphs/contributors"><img src="https://opencollective.com/fakerjs/contributors.svg?width=800" /></a>
+
## What happened to the original faker.js?
Read the [team update](https://fakerjs.dev/update.html) (January 14th, 2022).
+
+## Changelog
+
+Detailed changes for each release are documented in the [release notes](https://github.com/faker-js/faker/blob/main/CHANGELOG.md).
+
+## License
+
+[MIT](https://github.com/faker-js/faker/blob/main/LICENSE)