@dotenc/cli 0.3.3 → 0.3.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ You can also specify multiple environments:
|
|
|
68
68
|
dotenc run -e base,production node app.js
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
In the example above, `production` will override any variables also present in `
|
|
71
|
+
In the example above, `production` will override any variables also present in `base`.
|
|
72
72
|
|
|
73
73
|
### Key management
|
|
74
74
|
|