Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove import of express in README
  • Loading branch information
Joel Larsson authored May 11, 2023
1 parent e9b0558 commit 886a418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ console.log(process.env) // remove this after you've confirmed it is working

```javascript
import 'dotenv/config'
import express from 'express'
```

That's it. `process.env` now has the keys and values you defined in your `.env` file:
Expand Down

0 comments on commit 886a418

Please sign in to comment.