diff --git a/README.md b/README.md index debda72..cf169da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Set charge limit for MacBooks. ## Description -This app modifies a parameter called `BCLM` (presumably "Battery Charging Level Max") in the SMC which limits the charge of the battery to a set value. +This app modifies a parameter called `BCLM` (presumably "Battery Charge Level Max") in the SMC which limits the charge of the battery to a set value. The source code can be viewed by opening `src/Charge Limiter.app` in Apple's Script Editor. It is written in Javascript Application Scripting (or JXA). diff --git a/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt b/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt index f78c0d0..4b58e68 100644 Binary files a/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt and b/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt differ