From 6edbfde4f78561af77ae48d999642132e21620bc Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 25 Jan 2018 15:17:02 -0800 Subject: [PATCH] fixup one more doc tweak --- doc/api/esm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index 2cfafd1d9f24ab..a02c8d32f235da 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -33,7 +33,8 @@ node --experimental-modules my-app.mjs ### Supported Only the CLI argument for the main entry point to the program can be an entry -point into an ESM graph. +point into an ESM graph. Dynamic import can also be used to create entry points +into ESM graphs at runtime. ### Unsupported