From e4d68c639484f19151a08a12563e3cf67949fbf2 Mon Sep 17 00:00:00 2001 From: akdeb Date: Sat, 4 Oct 2025 15:00:46 +0100 Subject: [PATCH] update instr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c56135..01c82cf 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,9 @@ cp .env.example .env.local npm run dev ``` -4. **Choose edge server option** +4. **Choose edge server option (FREE USAGE)** -- **ELATO MODE:** Got your own ESP32 DIY hardware device? We offer a fully hosted edge server for you to use! Register your device on the [settings page](https://www.elatoai.com/home/settings/device) and it will automatically connect to our edge server. Check out our [Pricing page](https://www.elatoai.com/#pricing) for more details. +- **ELATO MODE:** Got your own ESP32 DIY hardware device? We offer a fully hosted server for free for up to 30 minutes per month. Register your device on the [settings page](https://www.elatoai.com/home/settings/device) and it will automatically connect to our edge server. Check out our [Pricing page](https://www.elatoai.com/#pricing) for more details. - **DEV MODE:** Alternatively, you can run your own edge server locally by following the instructions below and in the [Deno server README](server-deno/README.md).