From 122226a587536eb197366830233646c4bd4caf7a Mon Sep 17 00:00:00 2001 From: Xuhao Date: Sat, 17 Aug 2019 12:43:34 +0800 Subject: [PATCH] Fix typo in examples/README.md (denoland/deno_std#567) Original: https://github.com/denoland/deno_std/commit/b5ded6ccbf03c93155dd6aae85a8408b6b315d7a --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 745972f5fe..e6102a843d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,7 +22,7 @@ deno install echo_server https://deno.land/std/examples/echo_server.ts --allow-n ### cat - print file to standard output ```shell -deno install deno_cat https://deno.land/stdexamples/cat.ts --allow-read +deno install deno_cat https://deno.land/std/examples/cat.ts --allow-read deno_cat file.txt ```