fix(doc): fix step 2 command

This commit is contained in:
Victor Westerlund 2023-06-02 13:06:02 +02:00 committed by GitHub
parent b028980a79
commit 13e7e5301a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ Requires Python 3 or newer, and of course a Reflect API endpoint.
2. **Initialize the module** 2. **Initialize the module**
```python ```python
from reflect-client import Client from reflect_client import Client
client = Client("<API URL or path to UNIX socket>", "<Optional API key>"); client = Client("<API URL or path to UNIX socket>", "<Optional API key>");
``` ```