Skip to content

Commit 962add9

Browse files
committed
Update package name in README
1 parent 450a508 commit 962add9

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
@@ -2,11 +2,11 @@
22
The SendSafely Python API lets you integrate SendSafely secure data transfer capabilities directly into your Python application.
33

44
## Quickstart
5-
The example below shows you how to install the SendSafely-Python-API package, import it as a module, and use it to create a package. Make sure that you have [Python 3 or higher installed, as well as pip and Setuptools](https://packaging.python.org/tutorials/installing-packages/).
5+
The example below shows you how to install the `sendsafely` package, import it as a module, and use it to create a package. Make sure that you have [Python 3 or higher installed, as well as pip and Setuptools](https://packaging.python.org/tutorials/installing-packages/).
66

77
Download the latest [release package of the SendSafely Python API](https://github.com/SendSafely/Python-Client-API/releases) and install with pip
88
```console
9-
python3 -m pip install SendSafely-Python-API-1.0.0.tar.gz
9+
python3 -m pip install sendsafely-1.0.1.tar.gz
1010
```
1111

1212
Import the SendSafely module to start making your API calls

0 commit comments

Comments
 (0)