diff --git a/README.md b/README.md index 0e9c6f1..24de470 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ await db.autoTransaction(async (tx) => { ### Recommended Approach to Model Classes -Supposing we have two tables in our database. The first table `contacts` contains rows of contact names. The second table `numbers` contains rows of numbers and foreign keys for contact ids. We could model the above database like this: +Supposing we have two tables in our database. The first table `contacts` contains rows of contact names. The second table `numbers` contains rows of numbers and foreign keys for contact ids. We could model that database like this: ```javascript class NumberModel {