From a65ddfcfba09330ade35e2a07d04031e4a09784b Mon Sep 17 00:00:00 2001 From: Dominik Kutra Date: Thu, 4 Jul 2024 16:13:20 +0200 Subject: [PATCH] Make the graph a graph again mermaid code tag has been lost somehow in rewrite --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0787f10..28c2ec82 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Alternatively, any direct link to a downloadable resource package (`.zip`-file) The latter option is reserved for members of this repository (or the bioimageio org). Once available online the _resource package_ is staged (see [Staging section](#staging)), tested (see [Testing section](#testing)), and reviewed (see [Review section](#review)). - +```mermaid graph TD; stage[stage] test[test] @@ -45,6 +45,7 @@ graph TD; cr-->stage test-->publish publish-->backup +``` #### Staging