Skip to content

Commit

Permalink
Update builtin_apis.md (denoland#724)
Browse files Browse the repository at this point in the history
Replaced deprecated "Deno.run" with "Deno.Command".
  • Loading branch information
verheyenkoen authored Aug 29, 2023
1 parent 8117532 commit 63ca723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/builtin_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ The Deno runtime comes with

Refer to the links below for code samples of how to create a subprocess.

- [Creating a subprocess (`Deno.run`)](../examples/subprocess.md)
- [Creating a subprocess (`Deno.Command`)](../examples/subprocess.md)

0 comments on commit 63ca723

Please sign in to comment.