We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dd1659 + 47a663a commit f55d914Copy full SHA for f55d914
README.md
@@ -66,7 +66,7 @@ $ composer install
66
$ npm install
67
```
68
69
-### If you choice to use SQLite
+### If you choose SQLite
70
71
``` bash
72
@@ -87,7 +87,7 @@ To this:
87
* DB_CONNECTION=sqlite
88
* DB_DATABASE=/path_to_your_project/database/database.sqlite
89
90
-### If you choice to use PostgreSQL
+### If you choose PostgreSQL
91
92
1. Install PostgreSQL
93
@@ -128,7 +128,7 @@ To this:
128
* DB_USERNAME=laravel
129
* DB_PASSWORD=password
130
131
-### If you choice to use MySQL
+### If you choose MySQL
132
133
Copy file ".env.example", and change its name to ".env".
134
Then in file ".env" complete this database configuration:
0 commit comments