Skip to content

Commit 7a5db0b

Browse files
GH-13: Use mermaid instead of SVG (GH-14)
1 parent fdd51ba commit 7a5db0b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,15 @@ FC" matches are the same. In the above example, the `src2` is defined as `FuzzyM
5050
and we can get an item corresponding to the key of `src1`. See the below graph demonstrating the associations of
5151
`FuzzyMap` keys.
5252

53-
<p align="center">
54-
<img src="https://user-images.githubusercontent.com/44609997/205437148-4fb3d7bd-1fe9-4ce8-8321-d7aef9488e37.svg" height="400" />
55-
</p>
53+
```mermaid
54+
graph LR
55+
src1team1[Rapid Wien - First Vienna]-->src1coefs1["{'w1': 1.93, 'x': 2.32, 'w2': 7.44}"]
56+
src1team2[Al Bourj - Al Nejmeh]-->src1coefs2["{'w1': 26, 'x': 11.5, 'w2': 1.05}"]
57+
src2team1[SK Rapid Wien - First Vienna FC]-->src2coefs1["{'w1': 1.97, 'x': 2.3, 'w2': 8.2}"]
58+
src2team2[Bourj FC - Nejmeh SC Beirut]-->src2coefs2["{'w1': 32, 'x': 12, 'w2': 1.05}"]
59+
src1team1-->src2coefs1
60+
src1team2-->src2coefs2
61+
```
5662

5763
## License
5864

0 commit comments

Comments
 (0)