From d266fb749f93957e952f5a38845cfa45477f50bf Mon Sep 17 00:00:00 2001 From: tarepan Date: Wed, 26 Jun 2024 15:04:02 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=AF=80=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=83=AB=E3=82=92=E3=83=A6=E3=83=BC=E3=82=B9=E3=82=B1?= =?UTF-8?q?=E3=83=BC=E3=82=B9=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroshiba --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15fa3597a..c6064872b 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ curl -s \ > audio.wav ``` -### 喋れるキャラクターの追加情報を取得するサンプルコード +### キャラクターの追加情報を取得するサンプルコード 追加情報の中の portrait.png を取得するコードです。 ([jq](https://stedolan.github.io/jq/)を使用して json をパースしています。)