We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a37b7 commit 2127249Copy full SHA for 2127249
1 file changed
README.md
@@ -7,12 +7,12 @@
7
A Python3.9+ package that models Alpha Homora V2 positions to simplify interaction with their smart contracts in your Python projects.
8
</p>
9
<h3><strong>Current Features</strong></h3>
10
- Fetch Position Data<br>
11
- Harvest Rewards<br>
12
- Close Position<br>
+ <i>Fetch Position Data</i><br>
+ <i>Harvest Rewards</i><br>
+ <i>Close Position</i><br>
13
<h3><strong>Current Supported DEXes</strong></h3>
14
- Pangolin V2<br>
15
- Trader Joe<br>
+ <i>Pangolin V2</i><br>
+ <i>Trader Joe</i><br>
16
</div>
17
<br>
18
@@ -106,4 +106,4 @@ ___
106
Uninstall the package like any other Python package using the pip uninstall command:
107
```bash
108
pip uninstall alpha-homora-v2
109
-```
+```
0 commit comments