From c9ec3772e0bb187bba12ae33c692d9ba38b1ab01 Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Wed, 11 Sep 2024 15:30:54 -0700 Subject: [PATCH] use abs path to demo in main --- binding/dotnet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/dotnet/README.md b/binding/dotnet/README.md index e125038..1007ca3 100644 --- a/binding/dotnet/README.md +++ b/binding/dotnet/README.md @@ -115,5 +115,5 @@ var speaker = new PvSpeaker( ## Demo -The [PvSpeaker .NET demo](/demo/dotnet) is a .NET command-line application that demonstrates how to +The [PvSpeaker .NET demo](https://github.com/Picovoice/pvspeaker/tree/main/demo/dotnet) is a .NET command-line application that demonstrates how to use PvSpeaker to play audio from a WAV file. \ No newline at end of file