From 682b90421a6ccc399a0eff4c49c3a92d1d2111ff Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 22 Oct 2015 18:54:30 +0200 Subject: [PATCH] Fix capitalization --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 935dd73..76657bb 100644 --- a/README.md +++ b/README.md @@ -952,13 +952,13 @@ defaults write com.apple.screencapture location ~/Desktop && \ killall SystemUIServer ``` -#### Save Screenshots in 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