From 8b5a5fe3bddb05667c9fed730bb394c7a0cd7887 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sat, 2 Sep 2017 23:34:08 -0400 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index abd92af..dbff8af 100644 --- a/README +++ b/README @@ -1 +1 @@ -This is not suitable for use in mission critical programs. May be security vulnerabilities and/or other bugs. Use at your own risk. +A simple experiment with a hash tree implemention in Haskell. I may turn this into an actual library at some point!