Skip to content

Commit a319039

Browse files
Merge pull request #63 from InjectiveLabs/update-readme
Update readme
2 parents 4454100 + 3c5a9f6 commit a319039

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Injective Python SDK
22

3-
### Dependences
3+
### Dependencies
44

55
**Ubuntu**
66
```bash
@@ -24,14 +24,6 @@ Installation
2424
```bash
2525
pip install injective-py
2626
```
27-
Example usage
28-
```python
29-
from pyinjective.composer import Composer as ProtoMsgComposer
30-
from pyinjective.client import Client
31-
from pyinjective.transaction import Transaction
32-
from pyinjective.constant import Network
33-
from pyinjective.wallet import PrivateKey, PublicKey, Address
34-
```
3527

3628
### Usage
3729
Requires Python 3.7+

0 commit comments

Comments
 (0)