diff --git a/README.md b/README.md index 9dc9e0ff9b06..e3e2b622d60d 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,7 @@ --- -Available as part of the Tidelift Subscription. - -The maintainers of `core-js` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-core-js?utm_source=npm-core-js&utm_medium=referral&utm_campaign=enterprise) +Available as part of the Tidelift Subscription, [learn more](https://tidelift.com/subscription/pkg/npm-core-js?utm_source=npm-core-js&utm_medium=referral&utm_campaign=enterprise). --- @@ -44,7 +42,7 @@ queueMicrotask(() => console.log('called as microtask')); *You can load only required features*: ```js import 'core-js/actual/array/from'; // <- at the top of your entry point -import 'core-js/actual/array/group-by'; // <- at the top of your entry point +import 'core-js/actual/array/group-by'; // <- at the top of your entry point import 'core-js/actual/set'; // <- at the top of your entry point import 'core-js/actual/promise'; // <- at the top of your entry point import 'core-js/actual/structured-clone'; // <- at the top of your entry point diff --git a/packages/core-js-bundle/README.md b/packages/core-js-bundle/README.md index c820263242c4..ee03b04455df 100644 --- a/packages/core-js-bundle/README.md +++ b/packages/core-js-bundle/README.md @@ -36,7 +36,7 @@ queueMicrotask(() => console.log('called as microtask')); *You can load only required features*: ```js import 'core-js/actual/array/from'; // <- at the top of your entry point -import 'core-js/actual/array/group-by'; // <- at the top of your entry point +import 'core-js/actual/array/group-by'; // <- at the top of your entry point import 'core-js/actual/set'; // <- at the top of your entry point import 'core-js/actual/promise'; // <- at the top of your entry point import 'core-js/actual/structured-clone'; // <- at the top of your entry point diff --git a/packages/core-js-pure/README.md b/packages/core-js-pure/README.md index e37314674f16..b80f843c47ab 100644 --- a/packages/core-js-pure/README.md +++ b/packages/core-js-pure/README.md @@ -36,7 +36,7 @@ queueMicrotask(() => console.log('called as microtask')); *You can load only required features*: ```js import 'core-js/actual/array/from'; // <- at the top of your entry point -import 'core-js/actual/array/group-by'; // <- at the top of your entry point +import 'core-js/actual/array/group-by'; // <- at the top of your entry point import 'core-js/actual/set'; // <- at the top of your entry point import 'core-js/actual/promise'; // <- at the top of your entry point import 'core-js/actual/structured-clone'; // <- at the top of your entry point diff --git a/packages/core-js/README.md b/packages/core-js/README.md index 28aecc1d39f0..6e898c153f4d 100644 --- a/packages/core-js/README.md +++ b/packages/core-js/README.md @@ -36,7 +36,7 @@ queueMicrotask(() => console.log('called as microtask')); *You can load only required features*: ```js import 'core-js/actual/array/from'; // <- at the top of your entry point -import 'core-js/actual/array/group-by'; // <- at the top of your entry point +import 'core-js/actual/array/group-by'; // <- at the top of your entry point import 'core-js/actual/set'; // <- at the top of your entry point import 'core-js/actual/promise'; // <- at the top of your entry point import 'core-js/actual/structured-clone'; // <- at the top of your entry point