From 01879a8f66317054f0840b6a2da31018015069be Mon Sep 17 00:00:00 2001 From: Mark Tityuk <44807678+dersnek@users.noreply.github.com> Date: Fri, 10 Jul 2020 13:09:23 +0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7002aff..662594a 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Or `gem install capybara-wsl`, but then running it is a bit less straightforward ### Important note In order for it to work, you have to add `$BROWSER` env variable. ###### Example for Firefox -In your `.bashrc` add: +In your `.bashrc` add (notice the quotes): ``` -export BROWSER='/mnt/c/Program Files/Mozilla Firefox/firefox.exe' +export BROWSER="'/mnt/c/Program Files/Mozilla Firefox/firefox.exe'" ``` ### Usage