envapt 1.0.1 → 1.0.2
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,13 +50,13 @@ A powerful TypeScript-first environment configuration library that provides type
|
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
52
|
# npm
|
|
53
|
-
npm install envapt
|
|
53
|
+
npm install envapt
|
|
54
54
|
|
|
55
55
|
# pnpm
|
|
56
|
-
pnpm add envapt
|
|
56
|
+
pnpm add envapt
|
|
57
57
|
|
|
58
58
|
# yarn
|
|
59
|
-
yarn add envapt
|
|
59
|
+
yarn add envapt
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
### Basic Usage
|