From 31e3261664d033e9a8f82ef62f7ca1d10ae21c81 Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Thu, 26 Jan 2023 19:58:13 +0300 Subject: [PATCH] add basic design --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```