From 812f98007ecdb89a9c0598ee2d0ca6c3ba675cc6 Mon Sep 17 00:00:00 2001 From: Anselmo Pfeifer <657698+AnselmoPfeifer@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:19:37 +0300 Subject: [PATCH] A simple README update On this PR I am update README file on Python example folder --- examples/python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/README.md b/examples/python/README.md index 4214b5674fe7..7b0abd2b0ba5 100644 --- a/examples/python/README.md +++ b/examples/python/README.md @@ -19,7 +19,7 @@ cd seleniumhq.github.io/examples/python ``` pip install -r requirements.txt ``` -> if you are on a different python version, for exampe python3.x you may have to replace `pip` with `pip3` +> if you are on a different python version, for example python3.x you may have to replace `pip` with `pip3` 4. Run all all tests @@ -27,4 +27,4 @@ pip install -r requirements.txt pytest ``` -> Please keep some patience - If you are doing it for the first time, it will take a little while to verify and download the browser drivers \ No newline at end of file +> Please keep some patience - If you are doing it for the first time, it will take a little while to verify and download the browser drivers