summaryrefslogtreecommitdiff
path: root/docs/introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/introduction.md')
-rw-r--r--docs/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction.md b/docs/introduction.md
index 738305885..8fd255756 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -60,7 +60,7 @@ have been historically written with bash or python.
imported via URLs:
```javascript
- import * as log from "https://deno.land/std/log/mod.ts";
+ import * as log from "https://deno.land/std@$STD_VERSION/log/mod.ts";
```
## Other key behaviors