瀏覽代碼

minor fix

Former-commit-id: e8362dc8550fc1e620340faca632f8b70c37013c
Gildas 6 年之前
父節點
當前提交
051a4a5111
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/README.MD

+ 1 - 1
cli/README.MD

@@ -34,7 +34,7 @@ SingleFile can be launched from the command line by running it into a (headless)
 
 
   `chmod +x single-file`
   `chmod +x single-file`
 
 
-- To use Firefox instead of Chrome, you must download the [Selenium WebDriver](https://www.npmjs.com/package/selenium-webdriver) component (i.e. `geckodriver` for Firefox).  Make sure it can be found through the `PATH` environment variable or the `cli` folder. Otherwise you will need to set the `--web-driver-executable-path` option to help SingleFile locating the executable.
+- To use Firefox instead of Chrome, you must download the [Selenium WebDriver](https://www.npmjs.com/package/selenium-webdriver) component (i.e. `geckodriver` for Firefox).  Make sure it can be found through the `PATH` environment variable or the `cli` folder. Otherwise you will need to set the `--web-driver-executable-path` option to help WebDriver locating the executable.
 
 
 ## Run
 ## Run