diff options
Diffstat (limited to 'docs/examples/unix_cat.md')
-rw-r--r-- | docs/examples/unix_cat.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |