From 22ed75b8d70cbcc6199def45ae88c6d21dedab25 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 22:19:49 +0200 Subject: [PATCH] Clarify Transparency title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7d3821..8769f22 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,12 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ ### Transparency -#### Disable Transparency in Menu and Windows +#### Reduce Transparency in Menu and Windows ```bash defaults write com.apple.universalaccess reduceTransparency -bool true ``` -#### Enable Transparency in Menu and Windows +#### Restore Default Transparency in Menu and Windows ```bash defaults write com.apple.universalaccess reduceTransparency -bool false ```