diff --git a/README.md b/README.md
index 27eb1f98..a478eb13 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@
[](#sponsors)
[](https://www.jsdelivr.com/package/npm/systemjs)
-## Overview
-
SystemJS is a hookable, standards-based module loader. It provides a workflow where code written for production workflows of native ES modules in browsers ([like Rollup code-splitting builds](https://rollupjs.org/guide/en#code-splitting)), can be transpiled to the [System.register module format](docs/system-register.md) to work in older browsers that don't support native modules, running [almost-native module speeds](#performance) while supporting top-level await, dynamic import, circular references and live bindings, import.meta.url, module types, import maps, integrity and Content Security Policy with compatibility in older browsers back to IE11.
## Sponsors
@@ -23,7 +21,7 @@ SystemJS is a hookable, standards-based module loader. It provides a workflow wh
-> **Support this project by [becoming a sponsor](https://opencollective.com/systemjs#sponsor).** Your logo will show up here with a link to your website.
+> **Support SystemJS by [becoming a sponsor](https://opencollective.com/systemjs#sponsor).** Your logo will show up here with a link to your website.
## Backers
@@ -31,6 +29,8 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
+### Overview
+
#### 1. s.js minimal production loader
The minimal [2.8KB s.js production loader](dist/s.min.js) includes the following features: