From 2a4959ddee85e73c2d6dcf998920a97802013db3 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 22:12:25 +0200 Subject: [PATCH] Adjust Metadata Files descriptions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 320242f..2c5353a 100644 --- a/README.md +++ b/README.md @@ -405,13 +405,13 @@ defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2 ### Metadata Files #### Disable Creation of Metadata Files on Network Volumes -Disables creation of .DS_Store and ._filename files. +Avoids creation of `.DS_Store` and AppleDouble files. ```bash defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true ``` #### Disable Creation of Metadata Files on USB Volumes -Disables creation of .DS_Store and ._filename files. +Avoids creation of `.DS_Store` and AppleDouble files. ```bash defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true ```