Skip to content

Commit 1e04818

Browse files
committed
update README
1 parent 7ed2810 commit 1e04818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ $ pipenv install
2929

3030
# connecting to Injective Exchange API
3131
# and listening for new orders from one specific spot market
32-
$ python examples/exchange_api_example/examples/spot_exchange_rpc/8_StreamOrdersRequest.py
32+
$ python examples/exchange_api_examples/spot_exchange_rpc/8_StreamOrdersRequest.py
3333

3434
# sending a msg with bank transfer
3535
# signs and posts a Tx to the Injective Chain
36-
$ python examples/exchange_api_examples/spot_exchange_rpc/8_StreamOrdersRequest.py
36+
$ python examples/chain_client_examples/1_CosmosBankMsgSend.py
3737
```
3838
Upgrade `pip` to the latest version, if you see these warnings:
3939
```

0 commit comments

Comments
 (0)