From 54bc7910ab7f265e079a550be12485e91b43017d Mon Sep 17 00:00:00 2001 From: Pawel Huryn Date: Tue, 3 Mar 2026 19:42:39 +0100 Subject: [PATCH] Correct link formatting in README.md Fix typo in known issue section regarding Cowork VM. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e97907..a4d141d 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ Curated by Paweł Huryn from [The Product Compass Newsletter](https://www.produc ## Known Issue on Windows -If your Cowork is unstable and can't start a VM ([claude-code/issues/27010](https://github.com/anthropics/claude-code/issues/27010)] try: +If your Cowork is unstable and can't start a VM ([claude-code/issues/27010](https://github.com/anthropics/claude-code/issues/27010), try: ```powershell $action = New-ScheduledTaskAction -Execute "powershell.exe" -Argument "-WindowStyle Hidden -Command `"if ((Get-Service CoworkVMService).Status -ne 'Running') { Start-Service CoworkVMService }`""