Skip to content

Commit

Permalink
fix compile example (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery authored Dec 21, 2023
1 parent 4a4424b commit ae385dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/manual/tools/compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
self-contained executable.

```
> deno compile https://deno.land/std/examples/welcome.ts
> deno compile https://docs.deno.com/examples/welcome.ts
```

If you omit the `OUT` parameter, the name of the executable file will be
Expand Down
1 change: 1 addition & 0 deletions static/examples/welcome.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Welcome to Deno!");

0 comments on commit ae385dd

Please sign in to comment.