Skip to content

Commit 2d33b5c

Browse files
Update readme.md
1 parent 4a1f87e commit 2d33b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Appium::Driver.new(app).start_driver
4141
# Start Android driver
4242
apk = { app_path: '/path/to/the.apk',
4343
app_package: 'com.example.pkg',
44-
app_activity: 'act.Start',
44+
app_activity: 'act.Start'
4545
}
4646
Appium::Driver.new(apk).start_driver
4747
```

0 commit comments

Comments
 (0)