From 0518051cf94991c2a2e967a984b49e83c6e06401 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrienberaud@gmail.com>
Date: Mon, 6 Apr 2015 17:07:40 -0400
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 03725775..68ec7320 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ See the wiki: <https://github.com/savoirfairelinux/opendht/wiki>
 Examples
 -
 The `tools` directory includes two simple example programs :
-* `dhtnode`, a command line tool, mostly used for debuging, allowing to perform all operations supported by the library with string values.
-* `dhtchat`, a very simple example of a chat client working over the dht.
+* `dhtnode`, a command line tool, mostly used for debuging, allowing to perform all operations supported by the library (get, put etc.) with string values.
+* `dhtchat`, a very simple IM client working over the dht.
 
 Example program launching a DHT node, connecting to the network and performing some basic operations:
 ```c++
-- 
GitLab