Skip to content

Commit

Permalink
image in mermaid diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi committed Jan 15, 2024
1 parent 565e9c8 commit 11d42dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@

```mermaid
graph TD;
A(<img src='https://github.com/antonmi/Strom/blob/update_readme/images/transformer.png' width='60'/>)-->B;
A(<img src='https://raw.githubusercontent.com/antonmi/Strom/update_readme/images/transformer.png' width='60'/>)-->B;
A-->C;
B-->D;
B["This ❤ Unicode"]-->D;
C-->D;
```



### Data
The data abstractions are:

Expand Down

0 comments on commit 11d42dd

Please sign in to comment.