Skip to content

Commit 45200e3

Browse files
authored
Merge pull request #2176 from IronBlood/fix/readme-code-block-syntax
docs(README): 🐛 fix the code block rendering in the section of Install Selenium
2 parents 8055bdf + abf3024 commit 45200e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ https://www.python.org/downloads/
270270
> Make sure your Python install includes [pip](https://pypi.org/project/pip/)
271271
272272
<h3>Install Selenium</h3>
273+
273274
```bash
274275
python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1
275276
```

0 commit comments

Comments
 (0)