From 3cd74a824a4427db86b9b289c86ab581c19a431d Mon Sep 17 00:00:00 2001 From: nabepa <66267099+nabepa@users.noreply.github.com> Date: Wed, 28 May 2025 12:33:36 +0900 Subject: [PATCH] docs: fixed typo in README.md (#487) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daf103b..5933c88 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ state [here](https://playwright.dev/docs/auth). "args": [ "@playwright/mcp@latest", "--isolated", - "--storage-state={path/to/storage.json} + "--storage-state={path/to/storage.json}" ] } }