From 15421e8fb4043fe610965e5129cc0bb2c447dfae Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 21 Jun 2017 10:25:22 -0700 Subject: [PATCH] readme: fix echo mode note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a41978..bf0c251 100644 --- a/README.md +++ b/README.md @@ -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: