Skip to content

Commit 1e7d9b0

Browse files
Merge branch 'pysnippet:master' into master
2 parents f93e275 + e3825ac commit 1e7d9b0

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FuzzyMap <img src="https://avatars.githubusercontent.com/u/108220139" align="right" height="64" />
1+
# FuzzyMap <img src="https://github.com/pysnippet.png" align="right" height="64" />
22

33
[![PyPI](https://img.shields.io/pypi/v/fuzzymap.svg)](https://pypi.org/project/fuzzymap/)
44
[![License](https://img.shields.io/pypi/l/fuzzymap.svg)](https://github.com/pysnippet/fuzzymap/blob/master/LICENSE)
@@ -50,15 +50,9 @@ 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-
```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-
```
53+
<p align="center">
54+
<img src="https://user-images.githubusercontent.com/44609997/205437148-4fb3d7bd-1fe9-4ce8-8321-d7aef9488e37.svg" height="400" />
55+
</p>
6256

6357
## License
6458

0 commit comments

Comments
 (0)