From 30eae4254769f03ff65a272c3f1962495e0213b3 Mon Sep 17 00:00:00 2001 From: ttsukagoshi <55706659+ttsukagoshi@users.noreply.github.com> Date: Mon, 31 Jan 2022 09:56:35 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AE?= =?UTF-8?q?=E5=BC=95=E3=81=8D=E6=B8=A1=E3=81=97=E8=A8=98=E5=8F=B7=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 572432c..a10d481 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ npm ci ターミナル (コマンドプロンプト) が作業フォルダにあることを確認して、以下のように入力します。 ``` -node . => ./debug/results.csv +node . > ./debug/results.csv ``` ` => ./debug/results.csv` と記述することで、テスト結果が `debug` フォルダ内のスプレッドシート (.csv ファイル) に出力されます。なお、.csv のファイル名は、必ずしも「**results.csv**」である必要はなく、任意のもので構いません。ちなみに ` => ./debug/results.csv` の記述がない場合、テスト結果はターミナル (コマンドプロンプト) 内に出力されます。