diff --git a/cmd/playwright-setup.md b/cmd/playwright-setup.md index e264a7b..7eb1799 100644 --- a/cmd/playwright-setup.md +++ b/cmd/playwright-setup.md @@ -9,7 +9,7 @@ pretty standard setup that you get from `npm i playwright` ``` added the DEBUG env var to see logging of the wds server startup while running playwright -the WDS setup is in [web-dev-server.md] +the WDS setup is in ![web-dev-server.md] ```typescript import { defineConfig, devices } from '@playwright/test';