diff options
Diffstat (limited to 'docs/tools/bundler.md')
-rw-r--r-- | docs/tools/bundler.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/bundler.md b/docs/tools/bundler.md index 72a492132..292adb5f4 100644 --- a/docs/tools/bundler.md +++ b/docs/tools/bundler.md @@ -4,7 +4,7 @@ dependencies of the specified input. For example: ``` -> deno bundle https://deno.land/std/examples/colors.ts colors.bundle.js +> 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. |