diff --git a/README.md b/README.md index 1d08a92..68d7e2b 100644 --- a/README.md +++ b/README.md @@ -953,7 +953,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '_00%' -Finds any values that have 00 in the second and third positions. +- Finds any values that have 00 in the second and third positions. ### WHERE SALARY LIKE '2_%_%'