wdio-lambdatest-service-sdk 5.1.0 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ From the **repo root** (or from inside `android-sample` / `ios-sample` if you pr
|
|
|
66
66
|
# From repo root – install SDK as dev dependency
|
|
67
67
|
npm install ./wdio-lambdatest-service --save-dev
|
|
68
68
|
# or, if the SDK is published:
|
|
69
|
-
|
|
69
|
+
npm install wdio-lambdatest-service
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
### 3. Set LambdaTest Credentials
|