From 55b2f0195f97a3d728690e4789fd955fedd1a5ba Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Tue, 19 Feb 2019 01:18:00 +0200 Subject: Rename welcome.js to welcome.ts (#1803) --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/index.html') diff --git a/website/index.html b/website/index.html index 16b5cb02b..f05f2e575 100644 --- a/website/index.html +++ b/website/index.html @@ -99,7 +99,7 @@ href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://

Example #

Try running a simple program:

-
deno https://deno.land/welcome.js
+
deno https://deno.land/welcome.ts

Or a more complex one:

-- cgit v1.2.3