Skip to content

Commit 9d2c87f

Browse files
committed
Update readMe and bump version
1 parent 256a1c9 commit 9d2c87f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Appium version 2.0
1111
Install the plugin using Appium's plugin CLI, either as a named plugin or via NPM:
1212

1313
```
14-
appium plugin install element-wait
15-
appium plugin install --source=npm appium-element-wait
14+
appium plugin install --source=npm appium-wait-plugin
1615
```
1716

1817
## Installation - Client

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-wait-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.1",
44
"description": "An appium 2.0 plugin that waits for element to be found",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)