aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-22 20:48:16 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-22 20:48:16 +0100
commit170b8a92434233241c990c3e9432786de3262bcd (patch)
tree5771ee3f1161e2dc74933e3a044073838d45e347 /README.md
parentdc5b93cc90931e90c6005bcb6bbc0bae166cab2c (diff)
Fix typo in READMEHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c326f9a..f599598 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ grab 'x/^flags.*/ x/\w+/ G/flags/' /proc/cpuinfo \
1) Select lines that start with ‘flags’: `x/^flags.*/`
2) Select all the words: `x/\w+/`
-3) Filter out the word ‘flags’: `v/flags/`
+3) Filter out the word ‘flags’: `G/flags/`
### Find `<my-tag>` tags with the attribute `data-attr` in a Git repo