From 4afb4b6e46de2ed536a3c9828d70d7799b5b6d03 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 31 Jul 2020 11:12:20 +0200 Subject: feat: add $STD_VERSION replacement variable in docs (#6922) --- docs/tools/bundler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tools/bundler.md') 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. -- cgit v1.2.3