From 4f8ae2cb1168e4d6c8cfc756efdcfc72707f35aa Mon Sep 17 00:00:00 2001
From: juuns <juuns@ajou.ac.kr>
Date: Sat, 24 Jun 2023 08:44:13 +0900
Subject: [PATCH] update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a2cff42..c662f7f 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ vi nsss.py
 `pyttsx3` 객체의 여러가지 속성들이 다음과 같이 정의되어 있는데,  `VoiceAge`만 에러가 났다.
 왜 해당 속성만 에러가 나는지에 대한 정확한 원인은 찾지 못했고, 해당 파일에서 VoiceAge 속성을 삭제하는 방식으로 문제를 해결하였다.
 
-`[opt/homebrew/Caskroom/miniforge/base/lib/python3.10/site-packages/pyttsx3/drivers/nsss.py]`
+`[파일명: opt/homebrew/Caskroom/miniforge/base/lib/python3.10/site-packages/pyttsx3/drivers/nsss.py]`
 ```python
 return Voice(attr['VoiceIdentifier'], attr['VoiceName'],
                 [lang], attr['VoiceGender'],
-- 
GitLab