From 52d5b227e2281fe84b8e49dc2c3ed40db3ef73f0 Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Mon, 28 Jun 2021 14:18:24 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220fe21..b97b459 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Now, change `executablePath` to reflect the path to your browser and profile (i. executablePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', ``` -You can add `userDataDir` right after `executablePath` with the path to your browser profile path if you want that loaded as well. +You can add `userDataDir` right after `executablePath` with the path to your browser profile (also shown in `chrome://version`) if you want that loaded as well. Remember to rebuild (`npm run build`) every time you change this configuration.