diff --git a/README.md b/README.md index 7a9c44b..a59972c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In order to use testla you need to [install](https://playwright.dev/docs/intro) Get started by installing Testla Screenplay for Playwright using npm. ```bash -npm install --save-dev testla-screenplay-playwright +npm install --save-dev @testla/screenplay-playwright ``` ## 👨‍🏫 Learn Testla diff --git a/package.json b/package.json index 702e3a6..88dc31f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@testla/screenplay-playwright", - "version": "1.5.0", + "version": "1.5.1", "description": "Implementation of the Playwright abilities, actions and questions.", "main": "index.js", "types": "index.d.ts",