Skip to content

Commit f55d914

Browse files
authored
Merge pull request #14 from hundan2020/patch-1
Fix English grammatical errors...
2 parents 4dd1659 + 47a663a commit f55d914

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ composer install
6666
$ npm install
6767
```
6868

69-
### If you choice to use SQLite
69+
### If you choose SQLite
7070

7171
``` bash
7272

@@ -87,7 +87,7 @@ To this:
8787
* DB_CONNECTION=sqlite
8888
* DB_DATABASE=/path_to_your_project/database/database.sqlite
8989

90-
### If you choice to use PostgreSQL
90+
### If you choose PostgreSQL
9191

9292
1. Install PostgreSQL
9393

@@ -128,7 +128,7 @@ To this:
128128
* DB_USERNAME=laravel
129129
* DB_PASSWORD=password
130130

131-
### If you choice to use MySQL
131+
### If you choose MySQL
132132

133133
Copy file ".env.example", and change its name to ".env".
134134
Then in file ".env" complete this database configuration:

0 commit comments

Comments
 (0)