From e328fda2aaf00da610a3b7664f7b4cb44ba2fcb8 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 29 Oct 2015 16:26:34 +0100 Subject: [PATCH] Fix description from pull request #55 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d67dfc3..9aceb61 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ defaults write NSGlobalDomain WebKitDeveloperExtras -bool true ``` #### Get Current Page Data -Use `get source` or `get text` for the html source or text content. +Other options: `get source` or `get text`. ```bash osascript -e 'tell application "Safari" to get URL of current tab of front window' ```