From 44c5484babe76ef09cced47e84166e1f1a1a4f99 Mon Sep 17 00:00:00 2001 From: cohitre Date: Mon, 4 Mar 2024 20:31:16 -0800 Subject: [PATCH] Self hosted paragraph (#70) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f0f75ae..d586f3f 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,12 @@ await axios({ --- +## Self hosting the Editor + +A self-hosted version of the editor is coming soon. In the mean time you can use the packages/sample-editor as an example. + +--- + ## Contribute Feel free to report any bug on the issues page. If possible, please add steps, information, screenshots, or videos to help us reproduce them.