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.