From effa48ad7f472fdb9aa7e8ce723d68ea4adc0be4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrienberaud@gmail.com>
Date: Wed, 25 Mar 2015 15:52:18 -0400
Subject: [PATCH] Add link to documentation

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

diff --git a/README.md b/README.md
index 7d337e6f..16b8d809 100644
--- a/README.md
+++ b/README.md
@@ -3,18 +3,20 @@ OpenDHT
 A lightweight C++11 Distributed Hash Table implementation
 
  * Light C++11 Kademlia DHT library
- * Simple API
- * Support for arbitrary value types (with common types built-in)
+ * Simple distributed map API
+ * Support for arbitrary value types (not just IPs)
  * Optional crypto/identity layer with data signature and encryption (using GnuTLS)
- * Value edition authentified by the crypto layer or with custom per-value-type hooks
  * Fast bootstrap and announce time
  * Not compatible with Bittorrent DHT (mainline).
  * Originally based on https://github.com/jech/dht by Juliusz Chroboczek
 
-***work in progress***
+Documentation
+-
+See the wiki: <https://github.com/savoirfairelinux/opendht/wiki/OpenDHT-Documentation>
 
 Example
 -
+Example program launching a DHT node, connecting to the network and performing some basic operations:
 ```c++
 #include <opendht.h>
 
-- 
GitLab