fixed readme typo

This commit is contained in:
petergardfjall 2015-03-06 10:46:59 +01:00
parent 7bc48d41ed
commit 1a17bb2093

View File

@ -85,10 +85,10 @@ environment, run:
`pip install -e git://github.com/petergardfjall/garminexport.git#egg=garminexport`
or if you prefer to use a `requirements.txt` file, add the following line
If you prefer to use a `requirements.txt` file, add the following line
to your list of dependencies:
`-e -e git://github.com/petergardfjall/garminexport.git#egg=garminexport`
`-e git://github.com/petergardfjall/garminexport.git#egg=garminexport`
and run pip with you dependency file as input: