Rename welcome.js to welcome.ts (#1803)

This commit is contained in:
Maxim Mazurok 2019-02-19 01:18:00 +02:00 committed by Ryan Dahl
parent 54094c7510
commit 55b2f0195f
3 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://
<h2 id="example">Example <a href="#example">#</a></h2>
<p>Try running a simple program:</p>
<pre>deno https://deno.land/welcome.js</pre>
<pre>deno https://deno.land/welcome.ts</pre>
<p>Or a more complex one:</p>

View file

@ -110,7 +110,7 @@ executable bit on Mac and Linux.
Once it's installed and in your \$PATH, try it:
```
deno https://deno.land/welcome.js
deno https://deno.land/welcome.ts
```
### Build from source