浏览代码

updated example

Gildas 7 年之前
父节点
当前提交
212c3d7ba9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      cli/README.MD

+ 3 - 3
cli/README.MD

@@ -62,11 +62,11 @@ This is a **work in progress**.
   
   `> single-file https://www.wikipedia.org wikipedia.html` (Windows)
 
-  - Save https://www.wikipedia.org into `wikipedia.html` with jsdom instead of Puppeteer
+  - Save https://www.wikipedia.org into `wikipedia.html` with Firefox instead of Chrome
 
-  `$ ./single-file https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Linux/Unix/BSD etc.)
+  `$ ./single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko` (Linux/Unix/BSD etc.)
   
-  `> single-file https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Windows)
+  `> single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko` (Windows)
   
 ## License