From 3c4459c0ea04d5a667a105083ecbf3f42be45070 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 24 Sep 2015 18:55:54 +0200 Subject: [PATCH] Fix categorization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead17f7..1d18670 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ sw_vers cat whatever.txt | pbcopy ``` -### Convert Tabs to Spaces for Clipboard Content +#### Convert Tabs to Spaces for Clipboard Content ```bash pbpaste | expand | pbcopy ```