diff options
-rw-r--r-- | docs/tools/bundler.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tools/bundler.md b/docs/tools/bundler.md index e8044facf..87cd17817 100644 --- a/docs/tools/bundler.md +++ b/docs/tools/bundler.md @@ -5,9 +5,10 @@ dependencies of the specified input. For example: ``` > deno bundle https://deno.land/std@$STD_VERSION/examples/colors.ts colors.bundle.js -Bundling "colors.bundle.js" -Emitting bundle to "colors.bundle.js" -9.2 kB emitted. +Bundle https://deno.land/std@$STD_VERSION/examples/colors.ts +Download https://deno.land/std@$STD_VERSION/examples/colors.ts +Download https://deno.land/std@$STD_VERSION/fmt/colors.ts +Emit "colors.bundle.js" (9.83KB) ``` If you omit the out file, the bundle will be sent to `stdout`. |