From ff0da13458a712fc92331c4273d3e58f3c9345e3 Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Wed, 3 Apr 2024 22:24:13 +0900 Subject: [PATCH] docs: fix indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```