From 983723379575d212188ac753405d4472512f3c4b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 18 Jan 2024 10:51:27 +0100 Subject: Fix typos --- README.md | 4 ++-- 1 file 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 `` tags with the attribute `data-attr` in a Git repo +### Find `` tags with the attribute `data-attr` in a Git repo ```sh -git grab 'x/]*>/ g/data-attr/' '*.html' +git grab 'x// g/data-attr/' '*.html' ``` 1) Select all tags matching `` -- cgit v1.2.3