From 47a663a91c9861161048640585952b5950bf21ba Mon Sep 17 00:00:00 2001 From: Hun Dean Date: Wed, 15 Jul 2020 17:29:59 +0800 Subject: [PATCH] Fix English grammatical errors... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64d9b167e..484c1fa40 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ composer install $ npm install ``` -### If you choice to use SQLite +### If you choose SQLite ``` bash @@ -87,7 +87,7 @@ To this: * DB_CONNECTION=sqlite * DB_DATABASE=/path_to_your_project/database/database.sqlite -### If you choice to use PostgreSQL +### If you choose PostgreSQL 1. Install PostgreSQL @@ -128,7 +128,7 @@ To this: * DB_USERNAME=laravel * DB_PASSWORD=password -### If you choice to use MySQL +### If you choose MySQL Copy file ".env.example", and change its name to ".env". Then in file ".env" complete this database configuration: