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/examples/unix_cat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/unix_cat.md') diff --git a/docs/examples/unix_cat.md b/docs/examples/unix_cat.md index b45f2e680..efec9e3fb 100644 --- a/docs/examples/unix_cat.md +++ b/docs/examples/unix_cat.md @@ -20,5 +20,5 @@ I/O streams in Deno. Try the program: ```shell -deno run --allow-read https://deno.land/std/examples/cat.ts /etc/passwd +deno run --allow-read https://deno.land/std@$STD_VERSION/examples/cat.ts /etc/passwd ``` -- cgit v1.2.3