summaryrefslogtreecommitdiff
path: root/std/log
diff options
context:
space:
mode:
Diffstat (limited to 'std/log')
-rw-r--r--std/log/README.md2
1 files changed, 1 insertions, 1 deletions
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