aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 943be80..8c79bda 100644
--- a/README.md
+++ b/README.md
@@ -113,10 +113,10 @@ grab 'x/^flags.*/ x/\w+/ v/flags/' /proc/cpuinfo \
3) Filter out the word ‘flags’: `v/flags/`
-### Fomd `<my-tag>` tags with the attribute `data-attr` in a Git repo
+### Find `<my-tag>` tags with the attribute `data-attr` in a Git repo
```sh
-git grab 'x/<my-tag[^>]*>/ g/data-attr/' '*.html'
+git grab 'x/<my-tag.*?>/ g/data-attr/' '*.html'
```
1) Select all tags matching `<my-tag>`