Skip to content

Commit c97daa1

Browse files
committed
tweak the readme
1 parent 9e95458 commit c97daa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ driver = webdriver.Remote('http://127.0.0.1:4723', options=options, strict_ssl=F
313313
```
314314
315315
Since Appium Python client v4.3.0, we recommend using `selenium.webdriver.remote.client_config.ClientConfig`
316-
instead to configure the validation.
316+
instead of giving `strict_ssl` as an argument of `webdriver.Remote` below to configure the validation.
317317
318318
```python
319319
from appium import webdriver

0 commit comments

Comments
 (0)