summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html
index f1cbde49f..4af6d67a4 100644
--- a/website/index.html
+++ b/website/index.html
@@ -104,7 +104,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.ts</pre>
+ <pre>deno run https://deno.land/welcome.ts</pre>
<p>Or a more complex one:</p>