@mhmo91/schmancy 0.2.83 → 0.2.84
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/package.json +1 -1
- package/readme.md +7 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -11,12 +11,17 @@ Schmancy is a UI library built as web components, designed to provide a collecti
|
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
|
-
To install Schmancy
|
|
15
|
-
|
|
14
|
+
To install Schmancy
|
|
15
|
+
use yarn:
|
|
16
|
+
```bash
|
|
17
|
+
yarn add @mhmo91/schmancy
|
|
18
|
+
```
|
|
19
|
+
use npm:
|
|
16
20
|
```bash
|
|
17
21
|
npm install @mhmo91/schmancy
|
|
18
22
|
```
|
|
19
23
|
|
|
24
|
+
|
|
20
25
|
Alternatively, if you're using Yarn:
|
|
21
26
|
|
|
22
27
|
```bash
|