From 1efa220074fafafe077390542f278c503ebd1856 Mon Sep 17 00:00:00 2001 From: pacna <31336845+pacna@users.noreply.github.com> Date: Thu, 28 Dec 2023 03:18:51 -0500 Subject: [PATCH] update README --- Edge.MyMusic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Edge.MyMusic/README.md b/Edge.MyMusic/README.md index 0509004..55e10b4 100644 --- a/Edge.MyMusic/README.md +++ b/Edge.MyMusic/README.md @@ -25,7 +25,7 @@ $ dotnet run -inmemory $ dotnet run -webapp ``` -- `audios`: Specify the folder or file path for your audio files. This enables you to seamlessly embed the files in the server for efficient access. +- `--audios`: Specify the folder or file path for your audio files. This enables you to seamlessly embed the files in the server for efficient access. ```bash $ dotnet run --audios=path/to/folder/or/file