diff --git a/README.md b/README.md index 46abffde..c8a8eb03 100644 --- a/README.md +++ b/README.md @@ -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: