diff options
| author | Maxim Mazurok <maxim@mazurok.com> | 2019-02-19 01:18:00 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-18 18:18:00 -0500 |
| commit | 55b2f0195f97a3d728690e4789fd955fedd1a5ba (patch) | |
| tree | f7669619583845ae9ea03d51a5ecdab644d94cda /website/index.html | |
| parent | 54094c7510042fd73bba3cb96407587c62db3166 (diff) | |
Rename welcome.js to welcome.ts (#1803)
Diffstat (limited to 'website/index.html')
| -rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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:// <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> |
