Skip to content

Commit 1fe0ef3

Browse files
fix merely readme (#6)
1 parent 43dd053 commit 1fe0ef3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Supra Python SDK
22

3+
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
34
[![Discord chat](https://img.shields.io/discord/850682587273625661?style=flat-square)](https://discord.gg/supralabs)
45

56
The `supra-python-sdk` provides a seamless interface for interacting with the Supra-L1 network. It offers comprehensive support for `move-vm` operations and transactions, enabling developers to both query on-chain data and submit `move-vm` based transactions with ease.
@@ -8,13 +9,13 @@ The `supra-python-sdk` provides a seamless interface for interacting with the Su
89

910
## Installation
1011

11-
```sh
12+
```bash
1213
python -m pip install supra-sdk
1314
```
1415

1516
## Usage
1617

17-
Check [examples](https://github.com/Entropy-Foundation/supra-python-sdk/blob/master/examples/README.md) section.
18+
Check [examples](examples/README.md) section.
1819

1920
## Reference Docs
2021

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ uv run python -m examples.<example_filename_without_py_extension>
2626
Running `transfer_coin.py` example:
2727

2828
```bash
29-
bash uv run python -m examples.transfer_coin
29+
uv run python -m examples.transfer_coin
3030
```

0 commit comments

Comments
 (0)