From bb0eb627a4980aef15c9e472d72a7ad39abfccf6 Mon Sep 17 00:00:00 2001 From: Alex Korzhikov Date: Thu, 19 Aug 2021 06:37:33 +0200 Subject: [PATCH] fix: `deno doc` example (#54) --- npm_nodejs/std_node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_nodejs/std_node.md b/npm_nodejs/std_node.md index 38327121..88e3abba 100644 --- a/npm_nodejs/std_node.md +++ b/npm_nodejs/std_node.md @@ -52,7 +52,7 @@ If you want documentation for any of the modules, you can simply type `deno doc` and the URL of the module in your terminal: ``` -> deno doc https://deno.land/std/assert.ts +> deno doc https://deno.land/std/fs/move.ts ``` ### Loading CommonJS modules