Skip to content

Commit 072dc68

Browse files
committed
ID-3321: Fixed readme across packages that specify pnpm add twice
1 parent a08ca9d commit 072dc68

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

packages/blockchain-data/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm add @imtbl/blockchain-data
2828
# or
2929
pnpm add @imtbl/blockchain-data
3030
# or
31-
pnpm add @imtbl/blockchain-data
31+
yarn add @imtbl/blockchain-data
3232
```
3333

3434
## SDK Installation
@@ -55,4 +55,4 @@ import { blockchainData } from '@imtbl/sdk';
5555
const { APIError, BlockchainData } = blockchainData;
5656
```
5757

58-
However this method will result in a larger bundle size as the entire `@imtbl/blockchain-data` package will be included in your bundle.
58+
However this method will result in a larger bundle size as the entire `@imtbl/blockchain-data` package will be included in your bundle.

packages/checkout/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm add @imtbl/checkout-sdk
2828
# or
2929
pnpm add @imtbl/checkout-sdk
3030
# or
31-
pnpm add @imtbl/checkout-sdk
31+
yarn add @imtbl/checkout-sdk
3232
```
3333

3434
## SDK Installation
@@ -55,4 +55,4 @@ import { checkout } from '@imtbl/sdk';
5555
const { Checkout } = checkout;
5656
```
5757

58-
However this method will result in a larger bundle size as the entire `@imtbl/checkout-sdk` package will be included in your bundle.
58+
However this method will result in a larger bundle size as the entire `@imtbl/checkout-sdk` package will be included in your bundle.

packages/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm add @imtbl/config
2121
# or
2222
pnpm add @imtbl/config
2323
# or
24-
pnpm add @imtbl/config
24+
yarn add @imtbl/config
2525
```
2626

2727
## SDK Installation
@@ -48,4 +48,4 @@ import { config } from '@imtbl/sdk';
4848
const { Environment } = config;
4949
```
5050

51-
However this method will result in a larger bundle size as the entire `@imtbl/config` package will be included in your bundle.
51+
However this method will result in a larger bundle size as the entire `@imtbl/config` package will be included in your bundle.

packages/minting-backend/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm add @imtbl/minting-backend
2323
# or
2424
pnpm add @imtbl/minting-backend
2525
# or
26-
pnpm add @imtbl/minting-backend
26+
yarn add @imtbl/minting-backend
2727
```
2828

2929
## SDK Installation
@@ -50,4 +50,4 @@ import { mintingBackend } from '@imtbl/sdk';
5050
const { MintingBackendModule } = mintingBackend;
5151
```
5252

53-
However this method will result in a larger bundle size as the entire `@imtbl/minting-backend` package will be included in your bundle.
53+
However this method will result in a larger bundle size as the entire `@imtbl/minting-backend` package will be included in your bundle.

packages/orderbook/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm add @imtbl/orderbook
4141
# or
4242
pnpm add @imtbl/orderbook
4343
# or
44-
pnpm add @imtbl/orderbook
44+
yarn add @imtbl/orderbook
4545
```
4646

4747
## SDK Installation
@@ -68,4 +68,4 @@ import { orderbook } from '@imtbl/sdk';
6868
const { Orderbook } = orderbook;
6969
```
7070

71-
However this method will result in a larger bundle size as the entire `@imtbl/orderbook` package will be included in your bundle.
71+
However this method will result in a larger bundle size as the entire `@imtbl/orderbook` package will be included in your bundle.

packages/passport/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm add @imtbl/passport
3030
# or
3131
pnpm add @imtbl/passport
3232
# or
33-
pnpm add @imtbl/passport
33+
yarn add @imtbl/passport
3434
```
3535

3636
## SDK Installation
@@ -57,4 +57,4 @@ import { passport } from '@imtbl/sdk';
5757
const { Passport } = passport;
5858
```
5959

60-
However this method will result in a larger bundle size as the entire `@imtbl/passport` package will be included in your bundle.
60+
However this method will result in a larger bundle size as the entire `@imtbl/passport` package will be included in your bundle.

packages/webhook/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm add @imtbl/webhook
2323
# or
2424
pnpm add @imtbl/webhook
2525
# or
26-
pnpm add @imtbl/webhook
26+
yarn add @imtbl/webhook
2727
```
2828

2929
## SDK Installation
@@ -50,4 +50,4 @@ import { webhook } from '@imtbl/sdk';
5050
const { handle } = webhook;
5151
```
5252

53-
However this method will result in a larger bundle size as the entire `@imtbl/webhook` package will be included in your bundle.
53+
However this method will result in a larger bundle size as the entire `@imtbl/webhook` package will be included in your bundle.

packages/x-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm add @imtbl/x-client
2323
# or
2424
pnpm add @imtbl/x-client
2525
# or
26-
pnpm add @imtbl/x-client
26+
yarn add @imtbl/x-client
2727
```
2828

2929
## SDK Installation
@@ -50,4 +50,4 @@ import { x } from '@imtbl/sdk';
5050
const { IMXClient } = x;
5151
```
5252

53-
However this method will result in a larger bundle size as the entire `@imtbl/x-client` package will be included in your bundle.
53+
However this method will result in a larger bundle size as the entire `@imtbl/x-client` package will be included in your bundle.

packages/x-provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm add @imtbl/x-provider
2323
# or
2424
pnpm add @imtbl/x-provider
2525
# or
26-
pnpm add @imtbl/x-provider
26+
yarn add @imtbl/x-provider
2727
```
2828

2929
## SDK Installation
@@ -50,4 +50,4 @@ import { x } from '@imtbl/sdk';
5050
const { GenericIMXProvider } = x;
5151
```
5252

53-
However this method will result in a larger bundle size as the entire `@imtbl/x-provider` package will be included in your bundle.
53+
However this method will result in a larger bundle size as the entire `@imtbl/x-provider` package will be included in your bundle.

sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm add @imtbl/sdk
2222
# or
2323
pnpm add @imtbl/sdk
2424
# or
25-
pnpm add @imtbl/sdk
25+
yarn add @imtbl/sdk
2626
```
2727
# Disclaimer for Alpha Releases
2828

0 commit comments

Comments
 (0)