From 4b0ae200112ea1c10ab06d729b8391b90cd68fe6 Mon Sep 17 00:00:00 2001 From: Mati <41418763+iammati@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:37:39 +0200 Subject: [PATCH] Update README.md Fixed typo: changed phpdotnev to phpdotenv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0c53b..3f47786 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ without the need to modify code in the project. You may want to read why it is a good idea to [store config in the environment](http://12factor.net/config). The idea of [dotenv](http://opensoul.org/2012/07/24/dotenv/) is to make this as easy as possible and this is why the [phpdotenv](https://github.com/vlucas/phpdotenv) library was created. -phpdotnev loads environment variables from an `.env` file to getenv(), $_ENV and $_SERVER, but you need to +phpdotenv loads environment variables from an `.env` file to getenv(), $_ENV and $_SERVER, but you need to add the parsing code for that yourself. ## composer + symfony/dotenv + dotenv connector = <3