From 2af14f02723254010d7885a31f658b81e67cd416 Mon Sep 17 00:00:00 2001 From: Julia P <44316623+jupfi@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:57:15 +0200 Subject: [PATCH] Update README.md Fixed typo. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ea2c3..4812732 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,11 @@ source venv/bin/activate You can install the Python bindings using pip: ```bash -pip install lime-driver +pip install limedriver ``` +--- + Alternatively you can clone the repository and install the Python bindings from source: ```bash