diff --git a/README.md b/README.md index 95a8ac9..b556cf6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ____ Example usage in terminal with Python on Linux: ```shell -python3 ./procutil.py +python3 ./script.py ``` Example usage in terminal with make the script executable on Linux: ```shell @@ -33,5 +33,5 @@ script.py -s qn -c ./script.conf ``` Example usage in terminal with Python on Windows: ```shell -python .\procutil.py +python .\script.py ```