Changed backticks to a single one for inline code

This commit is contained in:
Christian Mittendorf 2015-10-29 09:43:59 +01:00
parent 0cd566d22c
commit 997f877b98

View File

@ -159,7 +159,7 @@ defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
``` ```
#### Get Current Page Data #### Get Current Page Data
Use ```get source``` or ```get text``` for the html source or text content. Use `get source` or `get text` for the html source or text content.
```bash ```bash
osascript -e 'tell application "Safari" to get URL of current tab of front window' osascript -e 'tell application "Safari" to get URL of current tab of front window'
``` ```