From 6eb1cf5b392462006025d1769fbd148c6aaed9ff Mon Sep 17 00:00:00 2001 From: Almira Krdzic Date: Mon, 30 Jul 2018 11:02:09 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1112ab7..16d9e36 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Frontend is running on http://localhost:8080 and backend on http://localhost:808 1) Environment variables -For handling environment variables during local development we use `dotenv` library which will load all variables from `local.env` file +For handling environment variables during local development we use [dotenv](https://github.com/vlucas/phpdotenv) library which will load all variables from `local.env` file if such file is present. These variables will then be accessible inside wordpress. cp environment.env local.env