Slight update in docs. Released version 1.0.21.

This commit is contained in:
Boyan
2024-04-21 20:37:07 +02:00
parent 667a388da4
commit 54e086c93a
6 changed files with 4 additions and 30 deletions

View File

@ -5,7 +5,7 @@ Creates the initial connection to Themis.
### Usage
```python
from temmies.Themis import Themis
from temmies.themis import Themis
themis = Themis("s-number", "password")
```