Skip to content

Commit

Permalink
Make the graph a graph again
Browse files Browse the repository at this point in the history
mermaid code tag has been lost somehow in rewrite
  • Loading branch information
k-dominik authored Jul 4, 2024
1 parent 31baf71 commit a65ddfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -45,6 +45,7 @@ graph TD;
cr-->stage
test-->publish
publish-->backup
```

#### Staging

Expand Down

0 comments on commit a65ddfc

Please sign in to comment.