1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

docs: update readme hello world example (#20874)

Fixes #20873
This commit is contained in:
Mark A. Hershberger 2023-10-11 10:43:41 -04:00 committed by GitHub
parent 93e07fa118
commit 27a813daaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):