From ff51468e28eb04417a719c93de9fa4eae5816157 Mon Sep 17 00:00:00 2001 From: Hugh Culling Date: Tue, 1 Apr 2025 13:17:39 +0100 Subject: [PATCH] Update README.md grammer check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca121362..42a82277 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Make sure all vars in `webapp/.env` and `websocket-server/.env` are set correctl ## Overview -This repo implements a phone calling assistant with the Realtime API and Twilio, and had two main parts: the `webapp`, and the `websocket-server`. +This repo implements a phone calling assistant with the Realtime API and Twilio, and has two main parts: the `webapp`, and the `websocket-server`. 1. `webapp`: NextJS app to serve as a frontend for call configuration and transcripts 2. `websocket-server`: Express backend that handles connection from Twilio, connects it to the Realtime API, and forwards messages to the frontend