Skip to content

Commit

Permalink
fix: Update Readme with correct package name
Browse files Browse the repository at this point in the history
* Update Readme with correct package name
* Update import path
  • Loading branch information
nascob authored Jun 21, 2024
1 parent b376936 commit e6cd975
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 @@ -9,12 +9,12 @@ Fully functional end-to-end (E2E) tests for your decentralized application (dApp
## Quickstart
### Install
```shell
npm install -D @johanneskares/mock-wallet
npm install -D @johanneskares/wallet-mock
```
### Example
```ts
import { test } from "@playwright/test";
import { installMockWallet } from "@johanneskares/mock-wallet";
import { installMockWallet } from "@johanneskares/wallet-mock";
import { privateKeyToAccount } from "viem/accounts";
import { http } from "viem";

Expand Down

0 comments on commit e6cd975

Please sign in to comment.