Skip to content

Commit

Permalink
Fixed naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
MyCatShoegazer committed Feb 11, 2018
1 parent 01a52fe commit 8963240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Available arguments:

### Enabling boost

To boost your fans type `sudo fanboost.sh --on` in your termnial. It will spin fans to their max RPM - 200 and print status of core temperature and fan RPMs.
To boost your fans type `sudo fanboost --on` in your termnial. It will spin fans to their max RPM - 200 and print status of core temperature and fan RPMs.

To close status printing provide `ctrl+c` on your keyboard.

Expand All @@ -39,6 +39,6 @@ To close status printing provide `ctrl+c` on your keyboard.

To complete booster script removing provide:
``` shell
sudo rm /usr/sbin/fanboost.sh
sudo rm /usr/bin/fanboost.sh
sudo rm /usr/sbin/fanboost
sudo rm /usr/bin/fanboost
```

0 comments on commit 8963240

Please sign in to comment.