Gildas пре 5 година
родитељ
комит
7a674e122a
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      companion/README.MD

+ 6 - 6
companion/README.MD

@@ -25,12 +25,12 @@ SingleFile Companion is a program that runs outside the browser and can help to
 
 ## Options
 
- - The `options.json` file allows configuring SingleFile Companion. Here are the entries you can edit:
-  - `savePath`: path where to save files (default: `SingleFile/companion` path)
-  - `backEnd`: backend used to save the page (default: `"puppeteer"`)
-  - `errorFile`: path of the file where errors are stored (default: `undefined`)
-  - `browserHeadless`: whether the browser is launched in headless mode (default: `true`)
-  - `browserDebug`: whether the browser is launched with the developer tools opened (default: `false`)
+The `options.json` file allows configuring SingleFile Companion. Here are the entries you can edit:
+ - `savePath`: path where to save files (default: `SingleFile/companion` path)
+ - `backEnd`: backend used to save the page (default: `"puppeteer"`)
+ - `errorFile`: path of the file where errors are stored (default: `undefined`)
+ - `browserHeadless`: whether the browser is launched in headless mode (default: `true`)
+ - `browserDebug`: whether the browser is launched with the developer tools opened (default: `false`)
 
 ## Notes