mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
readme mermain fix
This commit is contained in:
parent
87fac7c15f
commit
880eacf84a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue