From 6b3e6b9d706cc42c2fe03538d8e1df1b92f8a120 Mon Sep 17 00:00:00 2001 From: tricinel Date: Sat, 24 Oct 2015 09:36:27 +0200 Subject: [PATCH] Add missing full-stop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbfe649..3c76cb8 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ textutil -convert html file.ext ### Files and Folders #### Empty Trash on all Mounted Volumes and the Main HDD -Also, clear Apple’s System Logs that will improve your shell startup speed +Also, clear Apple’s System Logs that will improve your shell startup speed. ```bash sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl ```