From 0610a3c706069c48bbb652f71c0d9cc1ab711085 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrienberaud@gmail.com>
Date: Sun, 29 Mar 2015 10:38:37 -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 bc192413..4cf6a69f 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ A lightweight C++11 Distributed Hash Table implementation
 
  * Light C++11 Kademlia DHT library
  * Simple distributed map API
- * Support for arbitrary value types (not just IPs)
- * Optional crypto/identity layer with data signature and encryption (using GnuTLS)
+ * Support for storage of arbitrary values (not just IPs)
+ * Optional public key cryptography layer providing data signature and encryption (using GnuTLS)
  * Fast bootstrap and announce time
  * Not compatible with Bittorrent DHT (mainline).
  * Originally based on https://github.com/jech/dht by Juliusz Chroboczek
-- 
GitLab