diff options
Diffstat (limited to 'plugins/lighthouse/README.md')
-rw-r--r-- | plugins/lighthouse/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/lighthouse/README.md b/plugins/lighthouse/README.md index 0db29b4e5..55587b20e 100644 --- a/plugins/lighthouse/README.md +++ b/plugins/lighthouse/README.md @@ -16,7 +16,8 @@ plugins=(... lighthouse) file in your directory with the URL to the individual project. Example: - ```zsh + + ```console $ cat .lighthouse-url https://rails.lighthouseapp.com/projects/8994 @@ -24,3 +25,5 @@ plugins=(... lighthouse) Opening ticket #23 # The browser goes to https://rails.lighthouseapp.com/projects/8994/tickets/23 ``` + +See a demo: http://screencast.com/t/ZDgwNDUwNT |