From b89fb1baaa5e78e889efa023beeb9733d271d43a Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Mon, 17 Dec 2018 15:53:24 +0700 Subject: [PATCH] fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 192d8a6..3566663 100644 --- a/README.md +++ b/README.md @@ -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/)