From aafd2cc1d20aa2b2f9b31c2222c8e2325983522b Mon Sep 17 00:00:00 2001 From: Yhael S Date: Fri, 25 Aug 2023 04:52:49 -0500 Subject: [PATCH] readme updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df0c560..05b7d14 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ docker-compose down && docker-compose up -d --build && docker-compose logs odoo Here are the descriptions of each of them. #### 1. Fresh or Restore -These environments (`APP_ENV=fresh` or `APP_ENV=restore`) will have no database created and it's perfect for setting up a fresh database instance or restoring a production database. +These environments (`APP_ENV=fresh` or `APP_ENV=restore`) will have no database created and are perfect for setting up a fresh database instance or restoring a production database. #### 2. Local: This environment (`APP_ENV=local`) will strictly follow the `.env` variables with no command-line overwrites. You'll most likely be using this regularly.