From af62a4ffdb0c7b9d574ee46d20dee7c5162a83ff Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 24 Oct 2015 23:32:25 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49bb047..85d6d00 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/Volu ## Dock -+#### Add a Stack with Recent Applications +#### Add a Stack with Recent Applications ```bash defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' && \ killall Dock