diff --git a/README.md b/README.md
index 737259a..8b241e2 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,11 @@ Realtime AI Speech powered by **OpenAI Realtime API** and **Gemini Live API**, E
@@ -134,9 +136,6 @@ Build and upload the firmware to your ESP32 device. The ESP32 should open an `EL
Once your Wifi credentials are configured, turn the device off and on again and it should connect to your Wifi and your server. Now you can talk to your AI Character!
-
-## [🤖🤖🤖 Getting Started with multiple devices](./docs/MultipleDevices.md)
-
## Project Architecture
ElatoAI consists of three main components:
@@ -183,9 +182,9 @@ ElatoAI consists of three main components:
| Communication | Secure WebSockets |
| Libraries | ArduinoJson, WebSockets, AsyncWebServer, ESP32_Button, Arduino Audio Tools, ArduinoLibOpus |
-## 📈 Core Use Cases
+## [📈 Core Use Cases](./docs/Usecases.md)
-We have a [Usecases.md](./docs/Usecases.md) file that outlines the core use cases for the [Elato AI device](https://www.elatoai.com/products) or any other custom conversational AI device.
+## [🤖🤖🤖 Getting Started with multiple devices](./docs/MultipleDevices.md)
## High-Level Flowchart
@@ -256,7 +255,7 @@ lib_deps =
- Secure WebSockets (WSS) for encrypted data transfers
- Optional: API Key encryption with 256-bit AES
- Supabase DB for secure authentication
-- Supabase RLS for all tables
+- Postgres RLS for all tables
## 🚫 Limitations
- 3-4s Cold start time while connecting to edge server