From 96e4d99d8bbb60abc70d048d911dba394c02da3d Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 15 Dec 2020 18:13:06 -0800 Subject: [PATCH] fixup headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27eb1f98..a478eb13 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ [![Sponsors on Open Collective](https://opencollective.com/systemjs/sponsors/badge.svg)](#sponsors) [![Downloads on JS Delivr](https://data.jsdelivr.com/v1/package/npm/systemjs/badge)](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: