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/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node') diff --git a/std/node/README.md b/std/node/README.md index ec2d90ddf..6b0d9258e 100644 --- a/std/node/README.md +++ b/std/node/README.md @@ -72,7 +72,7 @@ they are stable: modules. It also sets supported globals. ```ts -import { createRequire } from "https://deno.land/std/node/module.ts"; +import { createRequire } from "https://deno.land/std@$STD_VERSION/node/module.ts"; const require = createRequire(import.meta.url); // Loads native module polyfill. -- cgit v1.2.3