We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7ffc8 commit 00e7789Copy full SHA for 00e7789
.changeset/few-berries-taste.md
@@ -0,0 +1,5 @@
1
+---
2
+'puntoenv': patch
3
4
+
5
+update readme
README.md
@@ -30,6 +30,8 @@ import { setupEnv } from 'puntoenv'
30
setupEnv('/path/to/your-dir/')
31
```
32
33
+Make sure you call the function as early as possible in your code.
34
35
## How it works.
36
37
PuntoEnv will load `.env` files in a particular order.
@@ -47,7 +49,7 @@ I would also recommend adding all `.env*.local` files to the `.gitignore` file.
47
49
48
50
### Variable expansion
51
-After all the files have been processed, variable expansion will take place.
52
+After all the files have been processed, the variable expansion will take place.
53
Before expansion:
54
55
```sh
0 commit comments