From 8d023a5543432c60e622c92890c33b937a01c207 Mon Sep 17 00:00:00 2001 From: Zachary Sailer Date: Tue, 26 Dec 2023 08:42:46 -0800 Subject: [PATCH] Set project status to incubating (#4) * Set project status to incubating * Fix typo --------- Co-authored-by: David Brochart --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7ca87c..bcc784e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Pycrdt-websocket +⚠️ This project is still in an **incubating** phase (i.e. it's not ready for production yet) ⚠️ + Pycrdt-websocket is an async WebSocket connector for pycrdt. [![Build Status](https://github.com/jupyter-server/pycrdt-websocket/workflows/CI/badge.svg)](https://github.com/jupyter-server/pycrdt-websocket/actions)