Skip to content

Commit

Permalink
Merge pull request #188 from Phenzic/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tritium-VLK committed Feb 11, 2024
2 parents ddf33ff + c43c5ec commit a91cbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install the package with
@tab yarn

```bash
yarn install @balancer-labs/sdk
yarn add @balancer-labs/sdk
```

@tab npm
Expand All @@ -48,4 +48,4 @@ const config: BalancerSdkConfig = {
rpcUrl: `https://mainnet.infura.io/v3/${process.env.INFURA}`,
};
const balancer = new BalancerSDK(config);
```
```

0 comments on commit a91cbac

Please sign in to comment.