From 30a38f650c90ac8c730246e4cb0f47fad233d561 Mon Sep 17 00:00:00 2001 From: Kirill Sysoev Date: Sun, 14 Apr 2024 13:05:15 +0800 Subject: [PATCH] Adds diclamer about stability --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c93b8fc..34cb864 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Wasabi is a Go package that provides a comprehensive toolkit for creating WebSocket API gateways. It provides a simple and intuitive API to build robust and scalable WebSocket applications. +**Note the package is still under active development, public interfaces are not stable and not production-ready yet** + ## Installation To install Wasabi, use the go get command: