Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Giammarchi committed Dec 17, 2018
1 parent 0ac70b4 commit b89fb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A document [importNode](https://developer.mozilla.org/en-US/docs/Web/API/Document/importNode) polyfill for IE11 and other legacy browsers, with a proper feature detection for deep clones.

* CDN global utility via https://unpkg.com/@ungap/import-node
* ESM via `import createContent from '@ungap/import-node'`
* CJS via `const createContent = require('@ungap/import-node')`
* ESM via `import importNode from '@ungap/import-node'`
* CJS via `const importNode = require('@ungap/import-node')`

[Live test](https://ungap.github.io/import-node/test/)

0 comments on commit b89fb1b

Please sign in to comment.