Skip to content

Commit 516d47e

Browse files
committed
update
1 parent ce9b98f commit 516d47e

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README-es.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ require('dotenv').config() // or import 'dotenv/config' if you're using ES6
3131
...
3232
console.log(process.env) // remove this after you've confirmed it is working
3333
```
34-
35-
That's it. `process.env` now has the keys and values you defined in your `.env` file:
36-
3734
```sh
3835
$ node index.js
3936
◇ injecting env (14) from .env
4037
```
4138

39+
That's it. `process.env` now has the keys and values you defined in your `.env` file.
40+
4241
 
4342

4443
## Advanced

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ require('dotenv').config() // or import 'dotenv/config' if you're using ES6
3434
...
3535
console.log(process.env) // remove this after you've confirmed it is working
3636
```
37-
38-
That's it. `process.env` now has the keys and values you defined in your `.env` file:
39-
4037
```sh
4138
$ node index.js
4239
◇ injecting env (14) from .env
4340
```
4441

42+
That's it. `process.env` now has the keys and values you defined in your `.env` file.
43+
4544
 
4645

4746
## Advanced

0 commit comments

Comments
 (0)