MakiAi commited on
Commit
a844b94
·
1 Parent(s): db1910e

[style] README.mdのヘッダー修正

Browse files

プロジェクトのREADME.mdファイルのヘッダー部分にスタイルの調整を行いました。具体的な変更内容は以下の通りです:

### ヘッダータグの変更
- `<h1>` タグのクローズ漏れを修正しました。不完全だったタグを閉じることで、HTMLの構造が正しく表示されるようになります。
- 余分な `<h2>` タグを削除しました。これにより、文書のセマンティック構造が改善され、視覚的な一貫性が保たれます。

この変更により、READMEファイルの可読性とマークアップの正確さが向上し、プロジェクトの公式文書としての品質が保たれます。

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ pinned: false
12
  <p align="center">
13
  <img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/KotobaTranscriber/main/docs/ship2.gif" width="100%">
14
  <br>
15
- <h1 align="center">KotobaTranscriber</h1>
16
 
17
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/Sunwood-ai-labs/KotobaTranscriber)
18
  [![KotobaTranscriber - Sunwood-ai-labs](https://img.shields.io/static/v1?label=KotobaTranscriber&message=Sunwood-ai-labs&color=blue&logo=github)](https://github.com/KotobaTranscriber/Sunwood-ai-labs "Go to GitHub repo")
@@ -23,9 +23,9 @@ pinned: false
23
  [![GitHub Release](https://img.shields.io/github/v/release/Sunwood-ai-labs/KotobaTranscriber?sort=date&color=red)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
24
  [![GitHub Tag](https://img.shields.io/github/v/tag/Sunwood-ai-labs/KotobaTranscriber?color=orange)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
25
 
 
26
  <br>
27
 
28
- </h2>
29
 
30
  </p>
31
 
 
12
  <p align="center">
13
  <img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/KotobaTranscriber/main/docs/ship2.gif" width="100%">
14
  <br>
15
+ <h1 align="center">KotobaTranscriber
16
 
17
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/Sunwood-ai-labs/KotobaTranscriber)
18
  [![KotobaTranscriber - Sunwood-ai-labs](https://img.shields.io/static/v1?label=KotobaTranscriber&message=Sunwood-ai-labs&color=blue&logo=github)](https://github.com/KotobaTranscriber/Sunwood-ai-labs "Go to GitHub repo")
 
23
  [![GitHub Release](https://img.shields.io/github/v/release/Sunwood-ai-labs/KotobaTranscriber?sort=date&color=red)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
24
  [![GitHub Tag](https://img.shields.io/github/v/tag/Sunwood-ai-labs/KotobaTranscriber?color=orange)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
25
 
26
+ </h1>
27
  <br>
28
 
 
29
 
30
  </p>
31