readme: fix echo mode note

This commit is contained in:
Paul Irish 2017-06-21 10:25:22 -07:00
parent fd2258f77b
commit 15421e8fb4

View file

@ -144,7 +144,7 @@ Please provide examples of the URLs you are parsing with each PR.
You can run `git-open` in `echo` mode, which doesn't open your browser, but just prints the URL to stdout:
```sh
BATS_CWD="." ./git-open
env BROWSER='echo' ./git-open
```
#### Testing: