From 8b50879d59578791fc2b7702560f4a683272c0af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrienberaud@gmail.com>
Date: Wed, 28 Oct 2015 11:40:08 -0400
Subject: [PATCH] README: fix typo

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

diff --git a/README.md b/README.md
index 6ed668ed..1bb5a8ba 100644
--- a/README.md
+++ b/README.md
@@ -123,8 +123,8 @@ This project is independent from another project called OpenDHT (Sean Rhea. Ph.D
 
 Dependencies
 -
-- msgpack-c 1.0+, used for data serialisation.
-- GnuTLS 3.1+, used to compute hashes and for the identity layer.
+- msgpack-c 1.0+, used for data serialization.
+- GnuTLS 3.1+, used for cryptographic operations.
 - Nettle 2.4+, a GnuTLS dependency for crypto.
 - Build tested with GCC 4.8+ (Linux, Android, Windows with MinGW), Clang/LLVM (Linux, OS X).
 
-- 
GitLab