From 51c7e2c00769daa4f738823a6c0865225978289b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 9 Jun 2020 08:10:06 +1000 Subject: [PATCH] fix for typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0776a9ae2bb..6e333aa72af8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm i npm run production ``` -Please Note: Your APP_KEY in the .env file is used to encrypt data, if you loose this you will not be able to run the application. +Please Note: Your APP_KEY in the .env file is used to encrypt data, if you lose this you will not be able to run the application. Run if you want to load sample data, remember to configure .env ```