From 1e56b99868d4b971c2a8f04e17614b57b79e90ac Mon Sep 17 00:00:00 2001 From: Stefan Judis Date: Wed, 30 Apr 2025 12:03:19 +0200 Subject: [PATCH] Update _index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry, my OCD was triggered. 🫣 --- site/content/docs/playwright-checks/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/playwright-checks/_index.md b/site/content/docs/playwright-checks/_index.md index 11cc98bfb..5f722c193 100644 --- a/site/content/docs/playwright-checks/_index.md +++ b/site/content/docs/playwright-checks/_index.md @@ -53,7 +53,7 @@ What you need: The alpha version gets updated daily with new improvements. You can follow updates in the [Slack community](https://checklycommunity.slack.com/join/shared_invite/zt-2qc51mpyr-5idwVD4R4izkf5FC4CFk1A#/shared-invite/email). ```bash {title="Terminal"} - npm install -D checkly@pwt-alpha + npm install --save-dev checkly@pwt-alpha ``` ### 2. [Optional] If you're using TypeScript @@ -61,7 +61,7 @@ The alpha version gets updated daily with new improvements. You can follow updat If you're using TypeScript, install the dev dependencies [`ts-node`](https://www.npmjs.com/package/ts-node) and [`typescript`](https://www.npmjs.com/package/typescript). ```bash {title="Terminal"} - npm i --save-dev jiti typescript + npm install --save-dev jiti typescript ``` ### 3. Test and create a monitor with all your tests