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/wasi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/wasi/README.md') diff --git a/std/wasi/README.md b/std/wasi/README.md index 55a3e6939..bfc5c801e 100644 --- a/std/wasi/README.md +++ b/std/wasi/README.md @@ -55,7 +55,7 @@ This module provides an implementation of the WebAssembly System Interface. ## Usage ```typescript -import Context from "https://deno.land/std/wasi/snapshot_preview1.ts"; +import Context from "https://deno.land/std@$STD_VERSION/wasi/snapshot_preview1.ts"; const context = new Context({ args: Deno.args, -- cgit v1.2.3