diff --git a/README.md b/README.md index 3b0c1d6..f79bd3f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Works only on python 3 pip install git+https://github.com/ultrafunkamsterdam/undetected-chromedriver.git ``` -## USAGE ## +## Usage ## #### the easy way (recommended) #### @@ -22,6 +22,7 @@ driver = Chrome() driver.get('https://distilnetworks.com') ``` + #### patches selenium module #### Needs to be done before importing from selenium package @@ -33,6 +34,7 @@ driver = Chrome() driver.get('https://distilnetworks.com') ```` + #### the customized way #### ```python import undetected_chromedriver @@ -52,4 +54,7 @@ driver = Chrome(options=opts) driver.get('https://distilnetworks.com') ``` + #### 4- a combination of function(s) from this module :) #### + +