From 886a4183e0f3eab8f74bd9b1900e36b2a588d73c Mon Sep 17 00:00:00 2001 From: Joel Larsson Date: Thu, 11 May 2023 14:35:38 +0200 Subject: [PATCH] Update README.md Remove import of express in README --- README.md | 1 - 1 file changed, 1 deletion(-) 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: