@nimbus-ds/components 1.0.0-rc.8 → 1.0.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
@@ -9,9 +9,9 @@ Nimbus components is a component library built with [React](https://reactjs.org)
9
9
  Install `@nimbus-ds/components` using any package manager.
10
10
 
11
11
  ```sh
12
- $ yarn add @nimbus-ds/webpack
12
+ $ yarn add @nimbus-ds/components
13
13
  # or
14
- $ npm install @nimbus-ds/webpack
14
+ $ npm install @nimbus-ds/components
15
15
  ```
16
16
 
17
17
  ## 💻 Usage