mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
Rename welcome.js to welcome.ts (#1803)
This commit is contained in:
parent
54094c7510
commit
55b2f0195f
3 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue