From 4cfb86eb10b66a15c85eab500222deb28ecbc091 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 25 Oct 2015 19:32:49 +0100 Subject: [PATCH] Fix wording from pull request #34 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63db9d5..e802df5 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ defaults write com.apple.universalaccess reduceTransparency -bool false #### Set Wallpaper -For up to Mountain Lion: +Up to Mountain Lion: ```bash osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/picture.jpg"'