diff --git a/README.md b/README.md index bb68f3b43..4f31547f7 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ _TypeScript Execute (tsx)_: The easiest way to run TypeScript in Node.js ```sh -node file.js +node file.js ``` ```sh -tsx file.js +tsx file.js ```