diff options
| author | 5epi0l <91630053+5epi0l@users.noreply.github.com> | 2025-11-16 06:25:37 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 06:25:37 +0530 |
| commit | 95d5253eae30929e63df0fe87fce4552be00be1e (patch) | |
| tree | 1a3dd5f22719af18bb134a3b008c4c46649b64bc /FixTime | |
| parent | 88a4ea3c63efe0b8501c34684ef01a529fadccae (diff) | |
Update README.md
Diffstat (limited to 'FixTime')
| -rw-r--r-- | FixTime/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FixTime/README.md b/FixTime/README.md index df1d78e..957358e 100644 --- a/FixTime/README.md +++ b/FixTime/README.md @@ -36,7 +36,7 @@ sudo ./timefix <IP> Example: ```bash -sudo ./timefix 10.10.10.5 +sudo ./fixtime 10.10.10.5 ``` --- @@ -44,13 +44,13 @@ sudo ./timefix 10.10.10.5 ### **Python Version** ```bash -python3 timefix.py -u <IP> +python3 fixtime.py -u <IP> ``` Example: ```bash -python3 timefix.py -u http://10.10.10.5 +python3 fixtime.py -u http://10.10.10.5 ``` --- |
