From 5e5bcb36e14ce7231672fe80ca8e6f41f9cbbbcb Mon Sep 17 00:00:00 2001 From: Mike Samuel Date: Tue, 12 Jun 2018 14:21:06 -0400 Subject: [PATCH] Fix markdown typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd1e5a..a67feee 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ a large application to grant different degrees of trust to different modules. [Slides for May TC39 meeting](https://docs.google.com/presentation/d/1VJsrZjW5vVpi9xnWP6EY2LI5XmpPxEmEcB0jqKQdvhs) -[Implementation and polyfilling babel plugin on NPM](https://www.npmjs.com/package/module-keys +[Implementation and polyfilling babel plugin on NPM](https://www.npmjs.com/package/module-keys) It is based on a [proof of concept in Node.js `require()`d modules][CommonJS proof of concept]. It is largely a rewrite of the [Node frenemies design][] into an ES6 modules context.