From 6bc9d62d81781f56f67d301d23a90f1596573332 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Fri, 13 Oct 2023 02:28:17 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=89=E3=81=AA=E3=81=A8=E3=81=93=E3=81=8C?= =?UTF-8?q?=E5=A4=89=E3=82=8F=E3=81=A3=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b85645368..bbfb23f0f 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ model フォルダにある onnx モデルはダミーのため、ノイズの cargo build --release -p voicevox_core_c_api ``` -DLL 用のヘッダファイルは [crates/voicevox_core_c_api/include/voicevox_core.h](https://github.com/VOICEVOX/voicevox_core/tree/main/crates/voicevox_core_c_api/include/voicevox_core.h) にあります。 +DLL用のヘッダファイルは [crates/voicevox\_core\_c\_api/include/voicevox\_core.h](https://github.com/VOICEVOX/voicevox_core/tree/main/crates/voicevox_core_c_api/include/voicevox_core.h) にあります。 ## コアライブラリのテスト