From 761b7efb3b8a140caad12803619a2e8a535cc178 Mon Sep 17 00:00:00 2001 From: zjopy <33468089+zjopy@users.noreply.github.com> Date: Thu, 7 May 2020 13:48:48 +0200 Subject: fix(docs): add missing "deno run" (#5126) --- docs/tools/bundler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tools') diff --git a/docs/tools/bundler.md b/docs/tools/bundler.md index 0844dfd5e..72a492132 100644 --- a/docs/tools/bundler.md +++ b/docs/tools/bundler.md @@ -15,7 +15,7 @@ If you omit the out file, the bundle will be sent to `stdout`. The bundle can just be run as any other module in Deno would: ``` -deno colors.bundle.js +deno run colors.bundle.js ``` The output is a self contained ES Module, where any exports from the main module -- cgit v1.2.3