Skip to content

Commit c78e090

Browse files
committed
docs(readme): Update README
1 parent 6093df0 commit c78e090

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ This library includes a powerful command-line interface (CLI) for interacting wi
148148
<tr>
149149
<td width="34.2%">
150150
<a href="https://github.com/nirsimetri/onvif-python">
151-
<img src="./assets/onvif_cli.png" />
151+
<img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main/assets/onvif_cli.png" />
152152
</a>
153153
</td>
154154
<td width="65.8%">
155155
<a href="https://github.com/nirsimetri/onvif-python">
156-
<img src="./assets/onvif_operations.png" />
156+
<img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main/assets/onvif_operations.png" />
157157
</a>
158158
</td>
159159
</tr>
@@ -336,6 +336,9 @@ onvif --discover --username admin --password admin123 --interactive
336336

337337
# Short form
338338
onvif -d -u admin -p admin123 -i
339+
340+
# Discover and interactive (will prompt for credentials)
341+
onvif -d -i
339342
```
340343

341344
**Discover and Execute Command:**

README_ID.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ Pustaka ini menyertakan antarmuka baris perintah (CLI) yang kuat untuk berintera
148148
<tr>
149149
<td width="34.2%">
150150
<a href="https://github.com/nirsimetri/onvif-python">
151-
<img src="./assets/onvif_cli.png" />
151+
<img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main/assets/onvif_cli.png" />
152152
</a>
153153
</td>
154154
<td width="65.8%">
155155
<a href="https://github.com/nirsimetri/onvif-python">
156-
<img src="./assets/onvif_operations.png" />
156+
<img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main/assets/onvif_operations.png" />
157157
</a>
158158
</td>
159159
</tr>
@@ -337,6 +337,9 @@ onvif --discover --username admin --password admin123 --interactive
337337

338338
# Bentuk singkat
339339
onvif -d -u admin -p admin123 -i
340+
341+
# Temukan dan interaktif (akan meminta kredensial)
342+
onvif -d -i
340343
```
341344

342345
**Temukan dan Eksekusi Perintah:**

0 commit comments

Comments
 (0)