aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.com>2019-06-29 03:50:47 +0300
committerEvgeny Zinoviev <me@ch1p.com>2019-06-29 03:50:47 +0300
commit5506545a01ef8a1371991f9ae139bf008bee457b (patch)
treee76bba5949f90c996b781bd2131f03d4fb85e5b2
parent7928852aa377bd6c5a553e93e7bfa4403291b50b (diff)
fix typo in the readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 66681ff..05a4985 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
This is a script to control screen brightness on Lenovo ThinkPad X220 and similar after you changed PWM frequency by writing a custom value to 0xC8254 register. I use it with acpid.
-The script reads current PWM frequency from the register, calculates correct new brightness level for `/sys/class/backlight/intel_backlight/brighness` and writes it.
+The script reads current PWM frequency from the register, calculates correct new brightness level for `/sys/class/backlight/intel_backlight/brightness` and writes it.
### Usage