diff --git a/README.md b/README.md index 8d260da..6b43df2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Selenoid Connector

- + @@ -38,8 +38,8 @@ The module will register automatically by using `ModuleHook`. | `>= 1.4` | `>= 1.7` | | `2.0-RC-1` | `...2.0-RC-3` | | `2.0-RC-2` | `2.0-RC-4` | -| `2.0-RC-3` | `...2.0-RC-5` | -| `2.0-RC-4` | `2.0-RC-12` | +| `2.0-RC-3...2.0-RC-4` | `...2.0-RC-5` | +| `2.0-RC-5` | `2.0-RC-12` | You need at least Selenoid 1.10.1 or above. @@ -51,7 +51,7 @@ Include the following dependency in your project. Gradle: ````groovy -implementation 'io.testerra:selenoid-connector:2.0-RC-4' +implementation 'io.testerra:selenoid-connector:2.0-RC-5' ```` Maven: @@ -61,7 +61,7 @@ Maven: io.testerra selenoid-connector - 2.0-RC-4 + 2.0-RC-5 ````