Skip to content

Commit f17023c

Browse files
authored
docs: update pip install hiero-sdk-python in readme (#281)
* fix:update pip install hiero-sdk-python in readme Signed-off-by: harshadsutar <[email protected]> * docs: update changelog,md Signed-off-by: harshadsutar <[email protected]> --------- Signed-off-by: harshadsutar <[email protected]> Signed-off-by: Harshad Sutar <[email protected]>
1 parent fe788ce commit f17023c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2424
### Fixed
2525
- missing ECDSA support in query.py and contract_create_transaction.py (was only creating ED25519 keys)
2626
- Applied linting and code formatting across the consensus module
27+
- fixed pip install hiero_sdk_python -> pip install hiero-sdk-python in README.md
28+
2729

2830

2931
### Breaking API changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The latest release of this SDK is published to PyPI. You can install it with:
2929

3030
```
3131
pip install --upgrade pip
32-
pip install hiero_sdk_python
32+
pip install hiero-sdk-python
3333
```
3434

3535
This will pull down a stable release along with the required dependencies.

0 commit comments

Comments
 (0)