diff --git a/README.md b/README.md index 3bead35..ca33c80 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Short naming convention lists that need to follow - Use names based on the _business_ terminology, rather than the source terminology. -- Each model should have a primary key that can identify the unique row, and should be named `_id`, e.g. `account_id` – this makes it easier to know what `id` is being referenced in downstream joined models. +- Each model should have a primary key that can identify the unique row, and should be named `_id`, e.g. `account_id` - this makes it easier to know what `id` is being referenced in downstream joined models. - If a surrogate key is created, it should be named `_sk`.