From 87954a62aaadee8fe85729ee1088639eb4b69773 Mon Sep 17 00:00:00 2001 From: Yuchen Date: Mon, 3 Mar 2025 17:19:53 -0500 Subject: [PATCH] Fix ReplyOnPause and cookbook link in readme (#117) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3fcbbd..7aa000c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Turn any python function into a real-time audio and video stream over WebRTC or pip install fastrtc ``` -to use built-in pause detection (see [ReplyOnPause](https://fastrtc.org/)), and text to speech (see [Text To Speech](https://fastrtc.org/userguide/audio/#text-to-speech)), install the `vad` and `tts` extras: +to use built-in pause detection (see [ReplyOnPause](https://fastrtc.org/userguide/audio/#reply-on-pause)), and text to speech (see [Text To Speech](https://fastrtc.org/userguide/audio/#text-to-speech)), install the `vad` and `tts` extras: ```bash pip install "fastrtc[vad, tts]" @@ -42,7 +42,7 @@ pip install "fastrtc[vad, tts]" [https://fastrtc.org](https://fastrtc.org) ## Examples -See the [Cookbook](https://fastrtc.org/pr-preview/pr-60/cookbook/) for examples of how to use the library. +See the [Cookbook](https://fastrtc.org/cookbook/) for examples of how to use the library.