diff --git a/README.md b/README.md index 6104a42..d103e59 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