Skip to content

Commit

Permalink
change install to add
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed May 7, 2024
1 parent 05d1462 commit 731facb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions govtool/packages/wallet-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The WalletService.ts file contains the implementation of a wallet service, desig
1. Install wallet-connector package.

```sh
yarn install wallet-connector
yarn add wallet-connector
```

2. Import service from wallet-connector.
Expand All @@ -28,7 +28,7 @@ WalletProvider component which serves as a React Context Provider to facilitate
1. Install wallet-connector package

```sh
yarn install wallet-connector
yarn add wallet-connector
```

2. Import WalletProvider from wallet-connector and wrap your app.
Expand Down

0 comments on commit 731facb

Please sign in to comment.