diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-05 19:44:46 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-05 13:44:46 -0400 |
| commit | 6fa4d2e7597e2b581a95b6c503cb4c0859f1cefa (patch) | |
| tree | 09dcd84c5008c09077af5fe52c767f5cb75eeb9f /website/index.html | |
| parent | 0b50c698ad898cd8fbdd1dc21956d584887fd87a (diff) | |
feat: bring back deno <script> (#2451)
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 01bc81e8e..2920f1c2c 100644 --- a/website/index.html +++ b/website/index.html @@ -108,7 +108,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 run https://deno.land/welcome.ts</pre> + <pre>deno https://deno.land/welcome.ts</pre> <p>Or a more complex one:</p> |
