From 5263cfe0a1860b242e4a7e0711f98fc46c30a80a Mon Sep 17 00:00:00 2001 From: trevor-ofarrell Date: Tue, 9 May 2023 00:02:35 -0700 Subject: [PATCH] updating --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6104a429..d103e59c 100755 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ JS/TS wrapper of bitmask-core: the core functionality for the BitMask wallet. ## Get Started -1. Run `yarn install` in your terminal -1. Then run `yarn run build` +1. Run `npm install` in your terminal +1. Then run `npm run build` ### Testing -1. Run `yarn test` in your terminal from the root folder of the project +1. Run `npm test` in your terminal from the root folder of the project