summaryrefslogtreecommitdiff
path: root/FixTime/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'FixTime/README.md')
-rw-r--r--FixTime/README.md6
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
```
---