Skip to content

Commit 4d13799

Browse files
authored
Update README.ja.md (RVC-Project#2231)
This commit changed the single quotes to back quotes where they were used in the Markdown.
1 parent 7a81606 commit 4d13799

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/jp/README.ja.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ sudo usermod -aG video $USERNAME
214214
### 直接起動
215215

216216
以下のコマンドで WebUI を起動します
217-
'''bash
217+
```bash
218218
python infer-web.py
219-
'''
219+
```
220220

221221
### 統合パッケージの使用
222222

@@ -228,15 +228,15 @@ python infer-web.py
228228

229229
#### MacOS ユーザー
230230

231-
'''bash
231+
```bash
232232
sh ./run.sh
233-
'''
233+
```
234234

235235
### IPEX 技術が必要な I カードユーザー向け(Linux のみ)
236236

237-
'''bash
237+
```bash
238238
source /opt/intel/oneapi/setvars.sh
239-
'''
239+
```
240240

241241
## 参考プロジェクト
242242

0 commit comments

Comments
 (0)