summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c31ad3c13..acab87ecc 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ and [releases](https://github.com/denoland/deno/releases) for other options.
Try [running a simple program](https://examples.deno.land/hello-world):
```sh
-deno run https://deno.land/std/examples/welcome.ts
+deno run https://examples.deno.land/hello-world.ts
```
Or [setup a simple HTTP server](https://examples.deno.land/http-server):