readme mermain fix

This commit is contained in:
abhigyanpatwari 2026-01-15 05:38:15 +05:30
parent 87fac7c15f
commit 880eacf84a

View file

@ -271,7 +271,7 @@ For exact strings, error codes, TODOs:
```mermaid
flowchart LR
PAT[Pattern: TODO|FIXME] --> REGEX[Compile Regex]
PAT["Pattern: TODO|FIXME"] --> REGEX[Compile Regex]
REGEX --> SCAN[Scan all files]
SCAN --> MATCH[Match per line]
MATCH --> RES["file:line: content"]