From a347403a26a69baf0cf1106fcb6a70fd7b8d114f Mon Sep 17 00:00:00 2001 From: Zimeng Xiong Date: Sun, 23 Nov 2025 10:15:51 -0800 Subject: [PATCH] Fix caution message formatting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a777f..fc8e60c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ See [release notes](https://github.com/ZimengXiong/ExcaliDash/releases) for a sp # Installation > [!CAUTION] -> NOT for production use. While attempts have been made at hardening (XSS/dompurify, CORS, rate-limiting, sanitization) have been made, they are inadequate for public deployment. Do not expose any ports. Currently lacking CSRF. +> NOT for production use. While attempts have been made at hardening (XSS/dompurify, CORS, rate-limiting, sanitization), they are inadequate for public deployment. Do not expose any ports. Currently lacking CSRF. > [!CAUTION] > ExcaliDash is in BETA. Please backup your data regularly (e.g. with cron).