Skip to content

Commit 07332eb

Browse files
authored
Update README.md
1 parent cd507ef commit 07332eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Set the variables in `sql/fill_tables.sql`
1212
| ------ | ------ |
1313
| number_of_sales | Number of rows to create in the table sale |
1414
| number_of_users | Number of rows to create in the table users |
15-
| number_of_products | Number of rows to create in the table products |
16-
| number_of_stores | Number of rows to create in the table sale |
17-
| number_of_coutries | Number of rows to create in the table countries |
18-
| number_of_cities | Number of rows to create in the table cities |
19-
| number_of_status_names | Number of rows to create in the table status_names |
15+
| number_of_products | Number of rows to create in the table product |
16+
| number_of_stores | Number of rows to create in the table store |
17+
| number_of_coutries | Number of rows to create in the table country |
18+
| number_of_cities | Number of rows to create in the table city |
19+
| number_of_status_names | Number of rows to create in the table status_name |
2020
| start_date | Date of the first sale |
2121
| end_date | Date of the last sale |
2222

0 commit comments

Comments
 (0)