From 4afb4b6e46de2ed536a3c9828d70d7799b5b6d03 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 31 Jul 2020 11:12:20 +0200 Subject: feat: add $STD_VERSION replacement variable in docs (#6922) --- docs/getting_started/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started/typescript.md') diff --git a/docs/getting_started/typescript.md b/docs/getting_started/typescript.md index 7066ef0c7..2fb00f98f 100644 --- a/docs/getting_started/typescript.md +++ b/docs/getting_started/typescript.md @@ -10,7 +10,7 @@ no "magical" module resolution. Instead, imported modules are specified as files directly imported. E.g. ``` -import { Response } from "https://deno.land/std@0.53.0/http/server.ts"; +import { Response } from "https://deno.land/std@$STD_VERSION/http/server.ts"; import { queue } from "./collections.ts"; ``` -- cgit v1.2.3