From b2235236c901d38335322bec2cf37e1327c79aec Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 18 Jul 2018 22:16:47 +0200 Subject: [PATCH] fixup --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9743886..67fd143 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Work includes: ## Features -Based on these use cases (#55), our implementation aims to support the following features (subject to change): +Based on [these use cases](https://docs.google.com/document/d/10BBsIqdAXB9JR2KUzQGYbCiVugYBnxE4REBakX29yyo/edit) ([#55](https://github.com/nodejs/modules/issues/55)), our implementation aims to support the following features (subject to change): ### Baseline Modules Implementation Features: * Spec compliance ([#132](https://github.com/nodejs/modules/issues/132)) @@ -65,8 +65,6 @@ Based on these use cases (#55), our implementation aims to support the following * Tree shaking (#[102](https://github.com/nodejs/modules/issues/102)) * Polyfillability (#[101](https://github.com/nodejs/modules/issues/101)) -Based on [these use cases](https://docs.google.com/document/d/10BBsIqdAXB9JR2KUzQGYbCiVugYBnxE4REBakX29yyo/edit) ([#55](https://github.com/nodejs/modules/issues/55)), our implementation aims to support the following features (subject to change): - ## Members