Skip to content

Commit cd544ee

Browse files
committed
correct the docs
1 parent f340529 commit cd544ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/side-runner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Node.js is required to use the Selenium side-runner.
88
The project guarantees support for the [active LTS major version](https://github.com/nodejs/Release) (e.g. [10](https://nodejs.org/en/download/) & [12](https://nodejs.org/en/download/current/)).
99
__NOTE: The minimum supported version of Node is now 10.15.0 LTS__
1010

11-
```yarn global add @seleniumhq/side-runner```
11+
```yarn global add selenium-side-runner```
1212
or
13-
```npm install -g @seleniumhq/side-runner```
13+
```npm install -g selenium-side-runner```
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)