diff --git a/README.md b/README.md index 654bf11..730a8d0 100644 --- a/README.md +++ b/README.md @@ -945,7 +945,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '200%' -Finds any values that start with 200. +- Finds any values that start with 200. ### WHERE SALARY LIKE '%200%'