diff --git a/README.md b/README.md index 68d7e2b..36968bc 100644 --- a/README.md +++ b/README.md @@ -957,7 +957,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '2_%_%' -Finds any values that start with 2 and are at least 3 characters in length. +- Finds any values that start with 2 and are at least 3 characters in length. ### WHERE SALARY LIKE '%2'