Skip to content

Commit 9e4cf43

Browse files
committed
fix: README - document target requirement to not contain scheme
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent fd4e25e commit 9e4cf43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ pip install netboxlabs-diode-sdk
2727

2828
### Example
2929

30+
* `target` should be the address of the Diode service, e.g. `localhost:8081`, without the scheme.
31+
3032
```python
3133
from netboxlabs.diode.sdk import DiodeClient
3234
from netboxlabs.diode.sdk.ingester import (

0 commit comments

Comments
 (0)