From 4d582dae8ee61c8a2daa260050501cd30e05f7bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Sun, 1 Mar 2015 11:43:17 -0500
Subject: [PATCH] update readme

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

diff --git a/README.md b/README.md
index 6437b3b1..7d337e6f 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ How-to build and install
 git clone https://github.com/savoirfairelinux/opendht.git
 
 # build and install
-cd dht
+cd opendht
 ./autogen.sh && ./configure
 make
 sudo make install
@@ -69,7 +69,7 @@ g++ main.cpp -std=c++11 -lopendht -lgnutls
 
 Licence
 -
-Copyright (C) 2014 Savoir-Faire Linux Inc.
+Copyright (C) 2014-2015 Savoir-Faire Linux Inc.
 
 Licenced under the GNU General Public License version 3, though the core routing library (dht.cpp) is licenced under the MIT licence.
 
-- 
GitLab