We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9763b40 commit 113a128Copy full SHA for 113a128
1 file changed
README.md
@@ -62,7 +62,7 @@ Connect to your database using: `psql -d my_products`
62
63
Execute these SQL commands to create the `categories` and `products` table in your database.
64
65
-You can copy and paste the script below into psql or your can run the database script from psql using `\i database.sql`
+You can copy and paste the script below into psql or your can run the database script inside psql using `\i database.sql`
66
67
```sql
68
0 commit comments