diff --git a/README.md b/README.md index 699b851..32c1ce2 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ Easy way to convert Unix time (milliseconds) to UTC time. Commands: ``` -~$ ./todate [milliseconds] +~$ ./tomdate [milliseconds] ``` Example: ``` -~$ ./todate 1476676336400 +~$ ./tomdate 1476676336400 ``` ### 7. tohex Easy way to convert decimal number to hexadecimal. I usually use to convert alpha to hex.