Skip to content

Commit

Permalink
Fix section titles on README.md (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriosy committed Oct 27, 2023
1 parent 4cddf22 commit 411661e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ intersection between the event array and rule-array is non-empty.
```
Prefix matches only work on string-valued fields.

###Prefix equals-ignore-case matching
### Prefix equals-ignore-case matching

```javascript
{
Expand All @@ -114,7 +114,7 @@ Prefix equals-ignore-case matches only work on string-valued fields.
```
Suffix matches only work on string-valued fields.

###Suffix equals-ignore-case matching
### Suffix equals-ignore-case matching

```javascript
{
Expand Down

0 comments on commit 411661e

Please sign in to comment.