From 3d65177dbcaf6d08c7e4a412beece8ee6939d466 Mon Sep 17 00:00:00 2001 From: tokiedokie Date: Sun, 4 Oct 2020 21:18:36 +0900 Subject: docs(std): version all imports in README (#7442) Use $STD_VERSION in std/ README files to automatically display proper version. --- std/log/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/log') diff --git a/std/log/README.md b/std/log/README.md index 905712141..cf09b187e 100644 --- a/std/log/README.md +++ b/std/log/README.md @@ -3,7 +3,7 @@ ## Usage ```ts -import * as log from "https://deno.land/std/log/mod.ts"; +import * as log from "https://deno.land/std@$STD_VERSION/log/mod.ts"; // Simple default logger out of the box. You can customize it // by overriding logger and handler named "default", or providing -- cgit v1.2.3