From a8d1a09d0650057b47d20e3e52e1f0365e119a10 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Tue, 20 Oct 2015 09:08:13 +0200 Subject: [PATCH] Capitalize properly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e14ed44..7a73a44 100644 --- a/README.md +++ b/README.md @@ -945,19 +945,19 @@ sudo nvram boot-args="" ### Screenshots -#### Save Screenshots to given Location +#### Save Screenshots to Given Location Sets location to `~/Desktop`. ```bash defaults write com.apple.screencapture location ~/Desktop && killall SystemUIServer ``` -#### Save Screenshots with given format +#### Save Screenshots in Given format Sets format to `png`. Other options are `bmp`, `gif`, `jpg`, `jpeg`, `pdf`, `tiff`. ```bash defaults write com.apple.screencapture type -string "png" ``` -#### Disable shadow in screenshots +#### Disable shadow in Screenshots ```bash defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer ```