From 5be27f43ba7f6aa58e49064e47c8b4f14028218e Mon Sep 17 00:00:00 2001 From: Mert Demir Date: Sun, 5 Jan 2020 19:30:19 +0300 Subject: [PATCH] Fix typo (#11) * Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b793d4..db6d49d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Since daemon is running as a systemd service, its status can be seen by running: auto-cpufreq daemon and its systemd service, along with all its persistent changes can be removed by running: -`sudo autocpu-freq --remove` +`sudo auto-cpufreq --remove` or `sudo python3 auto-cpufreq.py --remove`