From cfeb0f2776269b78ec8cbea14d80e90aa80cd9d7 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Wed, 2 Feb 2022 13:24:06 -0800 Subject: [PATCH] Remove other usage in README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9759806b..6d1f46bc 100644 --- a/README.md +++ b/README.md @@ -248,8 +248,6 @@ const config = dotenv.parse(buf, opt) // expect a debug message because the buffer is not in KEY=VAL form ``` -## Other Usage - ## FAQ ### Why is the `.env` file not loading my environment variables successfully?