From 81d239bf97aea3e0846179db16053e94fb3e16d7 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 15:57:47 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 269bc91..b3d29f1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ defaults write com.apple.universalaccess reduceTransparency -bool false ### Wallpaper -#### Set wallpaper +#### Set Wallpaper ```bash osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/picture.jpg"' ```