@trustme24/flext 1.7.1 → 1.7.3

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
@@ -32,7 +32,7 @@ document.body.innerHTML = flext.html;
32
32
  1. Install **dependencies**:
33
33
 
34
34
  ```shell
35
- npm i tailwindcss @trustme24/flext
35
+ npm i @trustme24/flext tailwindcss
36
36
  ```
37
37
 
38
38
  2. Add the **CSS** import in your CSS file:
@@ -45,16 +45,16 @@ npm i tailwindcss @trustme24/flext
45
45
 
46
46
  ## Tests & Demo
47
47
 
48
- - Test **App**:
48
+ - **Unit** Tests:
49
49
 
50
50
  ```shell
51
- npm run test-flext:app
51
+ npm run test
52
52
  ```
53
53
 
54
- - **All tests:**
54
+ - Test **App**:
55
55
 
56
56
  ```shell
57
- npm run test-flext
57
+ npm run test:app
58
58
  ```
59
59
 
60
60
  ---