Gildas Lormeau před 7 roky
rodič
revize
2a6db5fc13
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      cli/README.MD

+ 6 - 0
cli/README.MD

@@ -42,4 +42,10 @@ This is a **work in progress**.
   `$ ./single-file.js https://www.wikipedia.org wikipedia.html` (Linux/Unix/BSD etc.)
   
   `> node single-file.js https://www.wikipedia.org wikipedia.html` (Windows)
+
+- Saving https://www.wikipedia.org into `wikipedia.html` with jsdom instead of Puppeteer
+
+  `$ ./single-file.js https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Linux/Unix/BSD etc.)
+  
+  `> node single-file.js https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Windows)