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/uuid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/uuid') diff --git a/std/uuid/README.md b/std/uuid/README.md index 4df1084c4..846b78263 100644 --- a/std/uuid/README.md +++ b/std/uuid/README.md @@ -5,7 +5,7 @@ Support for version 1, 4, and 5 UUIDs. ## Usage ```ts -import { v4 } from "https://deno.land/std/uuid/mod.ts"; +import { v4 } from "https://deno.land/std@$STD_VERSION/uuid/mod.ts"; // Generate a v4 uuid. const myUUID = v4.generate(); -- cgit v1.2.3