Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-ofarrell committed May 9, 2023
1 parent a178b18 commit 5263cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5263cfe

Please sign in to comment.