Skip to content

Commit

Permalink
docs: update readme hello world example (denoland#20874)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexmode committed Oct 11, 2023
1 parent 93e07fa commit 27a813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 27a813d

Please sign in to comment.