From 82cd3980eca7cc896c4b276ed4d43520c6265239 Mon Sep 17 00:00:00 2001
From: Cw <cw@git.boborobots.com>
Date: Mon, 13 Jul 2026 16:02:26 +0800
Subject: [PATCH] Fix Windows ASR model paths for non-ASCII users

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index a044eac..0eff77e 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 ## 开发入口
 
 ```bash
-cd /Users/ar/Projects/PrivateVoice2/03-O/C1.source/privatevoice.src
+cd /Users/ar/Projects/PrivateVoice/03-O/C1.source/privatevoice.src
 npm --prefix frontend run build
 go test ./...
 ```

--
Gitblit v1.9.3