diff --git a/README.md b/README.md index 4fe8a74..3b046f8 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,16 @@ Affero General Public License for more details. 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 +[gemini-server](https://hackage.haskell.org/package/gemini-server) +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.