From 5c542bfffa41de8de2d6e7c82fbf349cc0c275b2 Mon Sep 17 00:00:00 2001 From: willywos Date: Fri, 16 Oct 2015 08:00:32 -0500 Subject: [PATCH] capitalization fixes for the titles. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b76070f..13e1cf5 100644 --- a/README.md +++ b/README.md @@ -297,27 +297,28 @@ atsutil databases -removeUser && atsutil server -shutdown && atsutil server -pin ## Open -#### Open a Url +#### Open Url ```bash open http://www.github.com ``` -#### Open a file +#### Open File ```bash open README.md ``` -#### Open an application using -a +#### Open Applications +You can open applications using -a ```bash open -a "Google Chrome" http://www.github.com ``` -#### Open a directory in Finder +#### Open Directory ```bash open /path/to/directory ``` -#### Open the current directory +#### Open Current Directory ```bash open . ```