Skip to content

Commit

Permalink
grammar fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Jun 14, 2024
1 parent f67e24b commit f668ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { setupEnv } from 'puntoenv'
setupEnv('/path/to/your-dir/')
```

Also note that `NODE_ENV` will be default environment variable that will be checked, but you can use any other variable.
Also note that `NODE_ENV` will be the default environment variable that will be checked, but you can use any other variable.
```ts
//use NODE_CONTEXT to determine which files to load
setupEnv('/path/to/your-dir/','NODE_CONTEXT')
Expand Down

0 comments on commit f668ef0

Please sign in to comment.