From dce2e4ed522ac5c1a0a598217bd60c545692fcf4 Mon Sep 17 00:00:00 2001 From: Ryan Feigenbaum <48868107+royalfig@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:55:01 -0400 Subject: [PATCH] Fix typo in README.md for session insights --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad5f5f..4f828e1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The starter project includes: - Eval suite based on the LiveKit Agents [testing & evaluation framework](https://docs.livekit.io/agents/start/testing) - [LiveKit Turn Detector](https://docs.livekit.io/agents/logic/turns/turn-detector/) for contextually-aware speaker detection, with multilingual support - [Background voice cancellation](https://docs.livekit.io/transport/media/noise-cancellation/) -- Deep ession insights from LiveKit [Agent Observability](https://docs.livekit.io/deploy/observability/) +- Deep session insights from LiveKit [Agent Observability](https://docs.livekit.io/deploy/observability/) - A Dockerfile ready for [production deployment to LiveKit Cloud](https://docs.livekit.io/deploy/agents/) This starter app is compatible with any [custom web/mobile frontend](https://docs.livekit.io/frontends/) or [telephony](https://docs.livekit.io/telephony/).