From aeb4cf65e90ced92699728c9ef5bfcfda025e996 Mon Sep 17 00:00:00 2001 From: Yoshiki Nakagawa Date: Mon, 31 Mar 2025 17:33:38 +0900 Subject: [PATCH] Fixed typo in README.md (#88) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2b70e..5978467 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Playwright MCP will launch Chrome browser with the new profile, located at - `~/.cache/ms-playwright/mcp-chrome-profile` on Linux ``` -All the logged in information will be stored in that profile, you can delete it between sessions if you'dlike to clear the offline state. +All the logged in information will be stored in that profile, you can delete it between sessions if you'd like to clear the offline state. ### Running headless browser (Browser without GUI).