diff --git a/README.md b/README.md index f8df1102..a84f5112 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,11 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env ## Install ```bash -npm install dotenv --save +# with npm +npm install dotenv + +# or with Yarn +yarn add dotenv ``` ## Usage