Skip to content

Commit e2eafd6

Browse files
committed
docs: fix another polyfill package's name
1 parent adf3536 commit e2eafd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ not have this feature on board. This polyfill aims to fill this gap and provide
1717
support for this feature for all browsers that miss it.
1818

1919
You may have a question: why choose this polyfill if there already is a
20-
well-known and popular [`@ungap/built-in-elements`](https://github.com/ungap/custom-elements-builtin)?
20+
well-known and popular [`@ungap/custom-elements-builtin`](https://github.com/ungap/custom-elements-builtin)?
2121
Unfortunately, it has some problems that make it hard to use. For example, with
22-
the `@ungap/built-in-elements` you cannot use class constructors or create new
22+
the `@ungap/custom-elements-builtin` you cannot use class constructors or create new
2323
elements with the `new` operator.
2424

2525
This polyfill provides the solution for all of these issues and makes it

0 commit comments

Comments
 (0)