diff --git a/README.md b/README.md
index 77f302be4..912da986f 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
[![Build Status][travis-image]][travis-url]
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/systemjs/systemjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Backers on Open Collective](https://opencollective.com/systemjs/backers/badge.svg)](#backers)
+[![Sponsors on Open Collective](https://opencollective.com/systemjs/sponsors/badge.svg)](#sponsors)
Configurable module loader enabling backwards compatibility workflows for ES modules in browsers. If you're interested in modern workflows for ES module compatible browsers only, see [ES Module Shims](https://github.com/guybedford/es-module-shims).
@@ -56,6 +58,25 @@ The following extras are included in system.js loader by default, and can be add
Since all loader features are hookable, custom extensions can be easily made following the same approach as the bundled extras. See the [hooks documentation](docs/hooks.md) for more information.
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/systemjs#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/systemjs#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
## Installation
```
diff --git a/package.json b/package.json
index bd492ea75..d38ac3ad6 100644
--- a/package.json
+++ b/package.json
@@ -37,5 +37,9 @@
"test": "mocha -b -r esm test/import-map.js test/system-core.js test/url-resolution.js && npm run test-browser",
"test-browser": "node test/server.js",
"prepublish": "npm run build"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/systemjs"
}
}