From 8542a48b68c60c6774a84c203f1a330ff99aace8 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 29 Oct 2015 16:28:04 +0100 Subject: [PATCH] Change `or` for comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aceb61..115f96d 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ defaults write NSGlobalDomain WebKitDeveloperExtras -bool true ``` #### Get Current Page Data -Other options: `get source` or `get text`. +Other options: `get source`, `get text`. ```bash osascript -e 'tell application "Safari" to get URL of current tab of front window' ```