Skip to content

Commit

Permalink
Fix package name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kiruxaspb committed Jan 27, 2025
1 parent e7fa0c2 commit 706aec3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

The package is published in PyPI at the following link:

|Package |Description |
|----------------------------------------------|---------------------------------------------------------------------|
|[snet.cli](https://pypi.org/project/snet.cli/)|Command line interface to interact with the SingularityNET platform |
| Package |Description |
|------------------------------------------------|---------------------------------------------------------------------|
| [snet-cli](https://pypi.org/project/snet-cli/) |Command line interface to interact with the SingularityNET platform |

## License

Expand All @@ -16,7 +16,7 @@ This project is licensed under the MIT License - see the
## Getting Started

The instruction down below describes the installation of the SingularityNET CLI.
Please check our full [Documentation](http://snet-cli-docs.singularitynet.io/).
Please check our full [Documentation](https://dev.singularitynet.io/docs/products/DecentralizedAIPlatform/CLI/).

### Prerequisites

Expand All @@ -36,7 +36,7 @@ sudo apt-get install libudev-dev libusb-1.0-0-dev
### Install snet-cli using pip

```bash
$ pip3 install snet.cli
$ pip3 install snet-cli
```


Expand Down

0 comments on commit 706aec3

Please sign in to comment.