From 72a2242ec6682b317a9a50c9402ab57863625d94 Mon Sep 17 00:00:00 2001 From: Matt Steele Date: Tue, 10 May 2022 21:17:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac15ad0..c7ee0dd 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Include the package locally in your repository. Your `.env` files can include sensitive information. Because of this,`dotenv-webpack` will only expose environment variables that are **explicitly referenced in your code** to your final bundle. +Interested in taking your environments to the next level? Check out the [Dotenv Organization](https://www.dotenv.development/get-started?r=3). + ## Usage The plugin can be installed with little-to-no configuration needed. Once installed, you can access the variables within your code using `process.env` as you would with `dotenv`.