From c7b897b99b145608fae6d6c182ac9b297bf1de56 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 2 May 2013 22:18:17 +0300 Subject: [PATCH] README: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `open "~/Applications/Google Chrome.app"` won’t work as intended, since the tilde isn’t expanded in that case. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed2a38aa7..1f7b02357 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ command](https://github.com/mxcl/homebrew/wiki/External-Commands)" called And there we have it. Google Chrome installed with a few quick commands; no clicking, no dragging, no dropping. - open "~/Applications/Google Chrome.app" + open ~/Applications/"Google Chrome.app" ## Learn More