From 1a17bb2093d48aee547cf0c939c02886c853d561 Mon Sep 17 00:00:00 2001 From: petergardfjall Date: Fri, 6 Mar 2015 10:46:59 +0100 Subject: [PATCH] fixed readme typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae9345..ba7714e 100644 --- a/README.md +++ b/README.md @@ -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: