From 6ed9fe7d792bc9100dd5a26ef030b4f387f09fa8 Mon Sep 17 00:00:00 2001 From: dscripka Date: Sun, 11 Feb 2024 15:57:56 -0500 Subject: [PATCH] Update README.md [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6f6566..ad77c50 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ openWakeWord is an open-source wakeword library that can be used to create voice # Updates **2024/02/11** -- v0.6.0 of openWakeWord released. See the [changelog](CHANGELOG.md) for a full descriptions of new features and changes. +- v0.6.0 of openWakeWord released. See the [releases](https://github.com/dscripka/openWakeWord/releases) for a full descriptions of new features and changes. **2023/11/09** - Added example scripts under `examples/web` that demonstrate streaming audio from a web application into openWakeWord. @@ -21,7 +21,7 @@ openWakeWord is an open-source wakeword library that can be used to create voice - Significant improvements to the process of [training new models](#training-new-models), including an example Google Colab notebook demonstrating how to train a basic wake word model in <1 hour. **2023/06/15** -- v0.5.0 of openWakeWord released. See the [changelog](CHANGELOG.md) for a full descriptions of new features and changes. +- v0.5.0 of openWakeWord released. See the [releases](https://github.com/dscripka/openWakeWord/releases) for a full descriptions of new features and changes. # Demo