Skip to content

Commit b459af8

Browse files
committed
README tidy up
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 914bbff commit b459af8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ pip install netboxlabs-diode-sdk
2626

2727
### Example
2828

29-
* `target` should be the address of the Diode service, e.g. `localhost:8081`, without the scheme.
29+
* `target` should be the address of the Diode service, e.g. `grpc://localhost:8081` for insecure connection
30+
or `grpcs://example.com` for secure connection.
3031

3132
```python
3233
from netboxlabs.diode.sdk import DiodeClient

0 commit comments

Comments
 (0)