Skip to content

Commit ad1790a

Browse files
authored
CLI no longer needs an alpha version to run (#1290)
1 parent b4787a6 commit ad1790a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/content/docs/playwright-checks/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ What you need:
4848

4949
## Steps
5050

51-
### 1. Install the Checkly CLI using the alpha version:
51+
### 1. Install the Checkly CLI
5252

53-
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).
5453

5554
```bash {title="Terminal"}
56-
npm install --save-dev checkly@pwt-alpha
55+
npm install --save-dev checkly
5756
```
5857

5958
### 2. [Optional] If you're using TypeScript

0 commit comments

Comments
 (0)