From 3fec9751328d66486272166af75b12e729e60015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 16 May 2021 15:59:08 +0100 Subject: Fix thinko in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3