From af22b8729597245413bff1254462b34538c8f8c3 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Thu, 4 Nov 2021 12:37:35 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73d2ab1bd9..98502cc687 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,15 @@ Automated end-to-end testing framework powered by [Node.js](http://nodejs.org/) Nightwatch is a complete and integrated solution for end-to-end testing of web applications and websites. It can also be used for Node.js unit and integration testing. -## Nightwatch v2.0-alpha +## Nightwatch v2.0-beta -#### [Release Notes](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-alpha.4) | [Discussions](https://github.com/nightwatchjs/nightwatch/discussions) +#### [Release Notes](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-beta.1) | [Discussions](https://github.com/nightwatchjs/nightwatch/discussions) -We're delighted to announce that [Nightwatch v2.0](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-alpha.4) is now in alpha and available in NPM. Read the [blog post](https://nightwatchjs.org/blog/nightwatch-v2-alpha-is-released.html) about the new features and changes. +We're delighted to announce that [Nightwatch v2.0](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-beta.1) is now in beta and available in NPM. Read the [blog post](https://nightwatchjs.org/blog/nightwatch-v2-alpha-is-released.html) about the new features and changes. Install with: ```sh -npm i nightwatch@alpha +npm i nightwatch@next ``` ## Up & Running in 2 Minutes: