From b2d66dcbda4350239299f6fb3a81f9a1468e49c2 Mon Sep 17 00:00:00 2001
From: Caner Candan <candan@info.univ-angers.fr>
Date: Thu, 30 Jan 2014 13:48:48 +0100
Subject: [PATCH] * README.md: minor

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index bc7645ed..882a5fc5 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,16 @@ In order to use the API, you have to first install the required dependencies giv
 Here is a fast installation procedure (a bit dirty) we suggest to quickly use this API.
 
 ```bash
-$ cd $HOME
+$ mkdir $HOME/ucoin
+$ cd $HOME/ucoin
 $ git clone git@github.com:canercandan/ucoin-python-api.git
-$ export PYTHONPATH="$HOME/ucoin-python-api:$PYTHONPATH"
+$ export PYTHONPATH="$HOME/ucoin:$PYTHONPATH"
 ```
 
 Thus you are ready to use it with your own python program. Here is an example illustrating how to use it thanks to the python shell:
 
 ```python
-In [1]: import ucoin
+In [1]: import ucoin-python-api as ucoin
 
 In [2]: ucoin.settings['server'] = 'mycurrency.candan.fr'
 
-- 
GitLab