From 6ceb43e75e44628cd168d52f691bcc44d0a9665d Mon Sep 17 00:00:00 2001 From: Donny Warbritton Date: Wed, 26 Jun 2019 09:16:15 -0600 Subject: [PATCH] Update README to reflect actual github URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9d98a2..b38cec9 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Features: Install by cloning from git and running install via setuptools. ```sh -git clone https://github.com/bsdz/micropyGPS.git +git clone https://github.com/inmcm/micropyGPS.git python setup.py install ``` Or install directly from github using pip. ```sh -pip install git+https://github.com/bsdz/micropyGPS.git +pip install git+https://github.com/inmcm/micropyGPS.git ``` To uninstall use the following pip command.