From 85ffd13311f6b95eac43046477998384b19d875f Mon Sep 17 00:00:00 2001 From: Issei Horie Date: Tue, 10 May 2022 18:56:46 +0900 Subject: [PATCH] chore: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1a172a7..c2c76d86 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ All relevant commits will be signed with the key `0x24BB6BF4` for additional sec #### Installation (`npm i`) -We support `npm` officially. GitHub Actions workflow is configured to install dependencies using `npm`. When using deprected version of `npm` we can not fully ensure the versions of installed dependencies which might lead to unanticipated problems. +We support `npm` officially. GitHub Actions workflow is configured to install dependencies using `npm`. When using deprecated version of `npm` we can not fully ensure the versions of installed dependencies which might lead to unanticipated problems. #### Scripts