Skip to content

Commit 55fdcb8

Browse files
committedDec 15, 2021
update the readme
1 parent e9168f0 commit 55fdcb8

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed
 

‎README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424

2525
---
2626

27-
Available as part of the Tidelift Subscription.
28-
29-
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)
27+
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).
3028

3129
---
3230

@@ -44,7 +42,7 @@ queueMicrotask(() => console.log('called as microtask'));
4442
*You can load only required features*:
4543
```js
4644
import 'core-js/actual/array/from'; // <- at the top of your entry point
47-
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
45+
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
4846
import 'core-js/actual/set'; // <- at the top of your entry point
4947
import 'core-js/actual/promise'; // <- at the top of your entry point
5048
import 'core-js/actual/structured-clone'; // <- at the top of your entry point

‎packages/core-js-bundle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ queueMicrotask(() => console.log('called as microtask'));
3636
*You can load only required features*:
3737
```js
3838
import 'core-js/actual/array/from'; // <- at the top of your entry point
39-
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
39+
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
4040
import 'core-js/actual/set'; // <- at the top of your entry point
4141
import 'core-js/actual/promise'; // <- at the top of your entry point
4242
import 'core-js/actual/structured-clone'; // <- at the top of your entry point

‎packages/core-js-pure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ queueMicrotask(() => console.log('called as microtask'));
3636
*You can load only required features*:
3737
```js
3838
import 'core-js/actual/array/from'; // <- at the top of your entry point
39-
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
39+
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
4040
import 'core-js/actual/set'; // <- at the top of your entry point
4141
import 'core-js/actual/promise'; // <- at the top of your entry point
4242
import 'core-js/actual/structured-clone'; // <- at the top of your entry point

‎packages/core-js/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ queueMicrotask(() => console.log('called as microtask'));
3636
*You can load only required features*:
3737
```js
3838
import 'core-js/actual/array/from'; // <- at the top of your entry point
39-
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
39+
import 'core-js/actual/array/group-by'; // <- at the top of your entry point
4040
import 'core-js/actual/set'; // <- at the top of your entry point
4141
import 'core-js/actual/promise'; // <- at the top of your entry point
4242
import 'core-js/actual/structured-clone'; // <- at the top of your entry point

0 commit comments

Comments
 (0)
Please sign in to comment.