diff --git a/README.md b/README.md index e8fa96e..09cc49b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ label1: - any: ['example1/*'] ``` -From a boolean logic perspective, top-level match objects are `OR`-ed together and indvidual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules. +From a boolean logic perspective, top-level match objects are `OR`-ed together and individual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules. #### Basic Examples