From 871f81794990b5b8207da6543e8ed2636421a459 Mon Sep 17 00:00:00 2001 From: akdeb Date: Thu, 23 Oct 2025 00:00:25 +0100 Subject: [PATCH] adding disclaimer --- server-deno/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-deno/README.md b/server-deno/README.md index 32c64c5..24c79af 100644 --- a/server-deno/README.md +++ b/server-deno/README.md @@ -28,7 +28,7 @@ This directory contains the WebSocket server implementation for Elato AI, built 1. **Deploy to Deno Deploy**: - Create an account on [Deno Dash Deploy](https://dash.deno.com/account/overview) - - Note: Deno Dash is the legacy version of Deno Deploy. Elato is currently using Deno Dash. + - **Note**: Deno Dash is the legacy version of Deno Deploy. Elato is currently using Deno Dash. You can use Deno Deploy if you prefer but Deno deploy routes websockets via AWS which flips your websocket's RSV bits and can result in unknown opcodes for your ESP32. - Create a new project - Connect your GitHub repository or upload your server code - Deploy to a custom domain (e.g., `your-app.deno.dev`)