diff --git a/README.md b/README.md index f8df1102..aeca9b45 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 i dotenv + +# or with Yarn +yarn add dotenv ``` ## Usage @@ -255,3 +259,4 @@ Here's some projects that expand on dotenv. Check them out. * [lookenv](https://github.com/RodrigoEspinosa/lookenv) * [run.env](https://www.npmjs.com/package/run.env) * [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack) +* [Handy-Browser-Env](https://github.com/yTakkar/Handy-Browser-Env)