diff options
author | Mark A. Hershberger <mah@everybody.org> | 2023-10-11 10:43:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 14:43:41 +0000 |
commit | 27a813daaa2da76a94ad90b50377edf7b2cb67cf (patch) | |
tree | dbc74ae484b1e27228e62142af469fd47ac02cb3 | |
parent | 93e07fa118c04a70770aaed444b21afbd46d1bf5 (diff) |
docs: update readme hello world example (#20874)
Fixes #20873
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |