Skip to content

Commit 00e7789

Browse files
committedFeb 17, 2023
update readme
1 parent 1c7ffc8 commit 00e7789

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎.changeset/few-berries-taste.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'puntoenv': patch
3+
---
4+
5+
update readme

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import { setupEnv } from 'puntoenv'
3030
setupEnv('/path/to/your-dir/')
3131
```
3232

33+
Make sure you call the function as early as possible in your code.
34+
3335
## How it works.
3436

3537
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.
4749

4850
### Variable expansion
4951

50-
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.
5153
Before expansion:
5254

5355
```sh

0 commit comments

Comments
 (0)