From ba2e94e87cc288ec5f8e2d3da519fcc22bfd1eab Mon Sep 17 00:00:00 2001 From: Dave Simmons Date: Sun, 25 Jul 2021 20:33:47 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bff154b..1ddae53 100644 --- a/readme.md +++ b/readme.md @@ -60,7 +60,7 @@ Publish the required package configuration file using the artisan command: $ php artisan vendor:publish -Edit the `.env` file in your Laravel instance add the following environment variables and add your OpenWeather API key. +Edit the `.env` file in your Laravel instance add the following environment variables and add your OpenWeather API key: OPENWEATHER_API_KEY="your-api-key" OPENWEATHER_API_LANG="en"