From 14f2064050ecd5b10ba6125d5f05583a91b50c69 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Thu, 25 Nov 2021 03:24:58 -0500 Subject: [PATCH] updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39c75cd..89146ae 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,6 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -## Important Note - -This project is not yet ready for release. Everything within it should -be considered unstable and subject to change at any time. - ## Executive Summary This library is inspired very heavily by the @@ -28,3 +23,8 @@ This library is inspired very heavily by the package, but does not need to be linked against OpenSSL. Instead, it uses [tcp-streams](https://hackage.haskell.org/package/tcp-streams) to provide TLS functionality. + +## Pull Requests + +Pull requests welcome. That said, please make your pull requests to +the `dev` branch.