@geoffreybunel/react-hrnet-modal 0.4.0 → 0.5.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 +2 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,15 +17,9 @@ The modal is designed to be simple, predictable, accessible, and easy to integra
|
|
|
17
17
|
|
|
18
18
|
## 📦 Installation
|
|
19
19
|
|
|
20
|
-
This package is published on
|
|
20
|
+
This package is published on npmjs.com.
|
|
21
21
|
|
|
22
|
-
###
|
|
23
|
-
Create or edit a .npmrc file at the root of your project:
|
|
24
|
-
```ini
|
|
25
|
-
@geoffreybunel:registry=https://npm.pkg.github.com
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
### 2. Install the package
|
|
22
|
+
### Install the package
|
|
29
23
|
```ini
|
|
30
24
|
npm install @geoffreybunel/react-hrnet-modal
|
|
31
25
|
```
|