From ea7878e14c2d819c3d5e914480c2a9c2377ccfdb Mon Sep 17 00:00:00 2001 From: Will Coleda Date: Mon, 17 Feb 2025 13:42:29 -0500 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b2d02..3855b0b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If the pattern starts with `^` and ends with `$`, then it indicates that the str ### §string -If the pattern starts with `§`, then it indicates that the string should occur as a word (with word-boundaris on both ends) in the item. Basically a shortcut to specifying `--type=words string`. Any `--smartcase`, `--smartmark`, `--ignorecase` or `--ignoremark` arguments will be honoured. +If the pattern starts with `§`, then it indicates that the string should occur as a word (with word-boundaries on both ends) in the item. Basically a shortcut to specifying `--type=words string`. Any `--smartcase`, `--smartmark`, `--ignorecase` or `--ignoremark` arguments will be honoured. ### !specification