@up42/up-components 4.5.0 → 4.6.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
@@ -8,10 +8,18 @@ The package utilizes [Storybook](https://storybook.js.org/docs/react/get-started
8
8
 
9
9
  ## Getting Started
10
10
 
11
+ With npm
12
+
11
13
  ```bash
12
14
  $ npm install @up42/up-components
13
15
  ```
14
16
 
17
+ With pnpm
18
+
19
+ ```bash
20
+ pnpm add @up42/up-components
21
+ ```
22
+
15
23
  If you are using `yarn` you need to install peer dependencies manually. Make sure to install the correct version for each one.
16
24
 
17
25
  ```bash