@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhmo91/schmancy",
3
- "version": "0.2.83",
3
+ "version": "0.2.84",
4
4
  "description": "UI library build with web components",
5
5
  "main": "./dist/index.js",
6
6
  "packageManager": "yarn@4.6.0",
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, use npm:
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