diff --git a/README.md b/README.md index 5bff2c5..1d08a92 100644 --- a/README.md +++ b/README.md @@ -949,7 +949,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '%200%' -Finds any values that have 200 in any position. +- Finds any values that have 200 in any position. ### WHERE SALARY LIKE '_00%'