diff --git a/README.md b/README.md index 2b1f5fa1023b14192ae459a3639cb89690126e21..3dbe44891b57e18e2f347e815bce8f2cc25f633c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Typically there is one pipeline per repository but there can multiple and a pipl The graph below show some of the downstream pipeline triggers (arrows) between different repositories. ```mermaid -graph pipeline_triggers; +graph TD; ip[IP6<br>detectors/ip6] --> athena[ATHENA<br>detectors/athena] athena-->db[Detector Benchmarks<br>benchmarks/detector_benchmarks]; db-->rb[Reconstruct Benchmarks<br>benchmarks/reconstruction_benchmarks];