Skip to content

Commit e857b64

Browse files
Update README.md
1 parent 70abbb5 commit e857b64

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ http://localhost:8000
5151

5252
### 6. API Usage via Curl/CLI Example:
5353
```bash
54-
curl -u admin:change_this -X POST http://localhost:8000/api/test-latency \
55-
-d dbtype=mysql -d host=localhost -d port=3390 -d username=testuser -d password="YourPassword!##" -d database=testdb -d interval=1 -d period=10 | jq .
54+
curl -u admin:change_this -X POST http://localhost:8000/api/test-latency -d dbtype=mysql -d host=localhost -d port=3390 -d username=testuser -d password="YOurP@ssword#12" -d database=testdb -d interval=1 -d period=10 | jq .
5655
```
5756
```
5857
@@ -135,11 +134,6 @@ curl -u admin:change_this -X POST http://localhost:8000/api/test-latency \
135134
}
136135
```
137136

138-
![Screenshot 2025-07-04 at 1 20 33 AM](https://github.com/user-attachments/assets/30223aff-71fc-459e-adfb-1a4cacfbf6a0)
139-
140-
141-
---
142-
143137
## Command-Line (delta.py) Usage — Secure, No Stored Credentials
144138

145139
The original `delta.py` script remains available for CLI power users and can test Oracle, PostgreSQL, MySQL, and URLs. **No credentials are stored in this file**; you must supply all values as arguments or interactively via a prompt.

0 commit comments

Comments
 (0)