From ca73761d14bc505e71d91e03f2804e0261342e96 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 11 Oct 2023 11:36:32 -0700 Subject: [PATCH] slight adjustments to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94b062c..7da5720 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ resolvewithplus('react-dom/server', '/resolvewith/test/', { // 'file:///resolvewith/node_modules/react-dom/server.browser.js' resolvewithplus('react-dom/server', '/resolvewith/test/', { - priority: ['deno', 'browser', 'default'] + priority: ['browser', 'default'] }) -// 'file:///resolvewith/node_modules/react-dom/server.deno.js' +// 'file:///resolvewith/node_modules/react-dom/server.browser.js' ``` -`resolvewithplus` resolves module paths à la [node.js' import.meta.resolve function][33] and the [import-meta-resolve npm package.][35] It exists mostly to be small and to resolve module paths for `esmock`. [It's size is ~6kB][36] compared to [import-meta-resolve's ~76kB size.][37] For more details, [see the wiki.](https://github.com/iambumblehead/resolvewithplus/wiki) +`resolvewithplus` resolves module paths à la [node.js' import.meta.resolve function][33] and the [import-meta-resolve npm package.][35] It exists mostly to be small and to resolve module paths for `esmock`. [It's size is ~7kB][36] compared to [import-meta-resolve's ~76kB size.][37] For more details, [see the wiki.](https://github.com/iambumblehead/resolvewithplus/wiki) ![scrounge](https://github.com/iambumblehead/scroungejs/raw/main/img/hand.png)