mirror of
https://codeberg.org/reflect/reflect-client-python.git
synced 2025-09-13 17:13:41 +02:00
fix(doc): fix step 2 command
This commit is contained in:
parent
b028980a79
commit
13e7e5301a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Requires Python 3 or newer, and of course a Reflect API endpoint.
|
|||
2. **Initialize the module**
|
||||
|
||||
```python
|
||||
from reflect-client import Client
|
||||
from reflect_client import Client
|
||||
|
||||
client = Client("<API URL or path to UNIX socket>", "<Optional API key>");
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue