From 95e380fa635cc8b666d8d4d544ec1d10f9785888 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`