@imtbl/x-client 2.1.5 → 2.1.6-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm add @imtbl/x-client
23
23
  # or
24
24
  pnpm add @imtbl/x-client
25
25
  # or
26
- pnpm add @imtbl/x-client
26
+ yarn add @imtbl/x-client
27
27
  ```
28
28
 
29
29
  ## SDK Installation
@@ -50,4 +50,4 @@ import { x } from '@imtbl/sdk';
50
50
  const { IMXClient } = x;
51
51
  ```
52
52
 
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.