From 7051c0bf34e02e18412e8dc058b3d8a9e39a0e81 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Thu, 30 Apr 2020 17:41:56 -0700 Subject: [PATCH] docs(installation): update windows location --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 67e44b2f25..1146087b8d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -28,7 +28,7 @@ Firefox and WebKit work across the 3 platforms (Windows, macOS, Linux): Each version of Playwright needs specific versions of browser binaries to operate. By default Playwright downloads Chromium, WebKit and Firefox browsers into the OS-specific cache folders: -- `HOME\AppData\Local\ms-playwright` on Windows +- `%USERPROFILE%\AppData\Local\ms-playwright` on Windows - `~/Library/Caches/ms-playwright` on MacOS - `~/.cache/playwright/ms-playwright` on Linux