Skip to content

Commit 24f848e

Browse files
committed
update README
1 parent 04ba055 commit 24f848e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SECRET_KEY="YOURSECRETKEYGOESHERE"
5252

5353
</details>
5454

55-
As early as possible in your application, import and configure dotenv:
55+
And as early as possible in your application, import and configure dotenv:
5656

5757
```javascript
5858
require('dotenv').config()
@@ -77,6 +77,8 @@ dotenv.config({ path: '/custom/path/to/.env' })
7777

7878
</details>
7979

80+
&nbsp;
81+
8082
That's it. `process.env` now has the keys and values you defined in your `.env` file:
8183

8284
```javascript

0 commit comments

Comments
 (0)