Skip to content

Commit

Permalink
feat: update install instruction in README (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
VGLoic authored Jan 30, 2022
1 parent 1190dd2 commit c700e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ An example of a simple decentralized React application is available in the `exam
The recommend way to use Eth-Testing with an application is to install it a development dependency:
```shell
# If you use npm:
npm install eth-testing --save-dev
npm install eth-testing@alpha --save-dev

# Or if you use Yarn:
yarn add eth-testing --dev
yarn add eth-testing@alpha --dev
```

## Usage and API description
Expand Down

0 comments on commit c700e0e

Please sign in to comment.