Skip to content

Commit 39237c5

Browse files
committed
Typo fixes
1 parent 412b03a commit 39237c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,9 @@ If used, `min_indexed_level` is ignored.
464464

465465
#### `js_render` (optional)
466466

467-
When `js_render` is set to `true`, The scraper will use ChromeDriver. This is needed for pages that are rendered with JavaScript, for example pages generated with React, Vue, or applications that are running in development mode: `autoreload` `watch`.
467+
When `js_render` is set to `true`, the scraper will use ChromeDriver. This is needed for pages that are rendered with JavaScript, for example, pages generated with React, Vue, or applications that are running in development mode: `autoreload` `watch`.
468468

469-
After installing ChromeDriver, provide the path to the bin using the following environment variable `CHROMEDRIVER_PATH` (default value is `/usr/bin/chromedriver`.
469+
After installing ChromeDriver, provide the path to the bin using the following environment variable `CHROMEDRIVER_PATH` (default value is `/usr/bin/chromedriver`).
470470

471471
The default value of `js_render` is `false`.
472472

0 commit comments

Comments
 (0)