summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d991f02..1177679 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ To set up your development environment follow these guidelines:
```shell
$ git clone https://github.com/glucometers-tech/freestyle-hid.git
-$ cd glucometerutils
+$ cd freestyle-hid
$ python3 -m venv --python=python3.7
$ . venv/bin/activate
$ pip install -e .[dev,tools]