From a8f4ff4f530ddf32438a996ad2e9a8f82892c838 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 23 Aug 2021 13:26:51 -0500 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1f5fa..3dbe448 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]; -- GitLab