Skip to content

Commit 070d9ba

Browse files
committed
fix: README バッジを HTML 形式に修正(<p align="center"> 内の Markdown が生テキスト表示されていた問題)
1 parent cf59333 commit 070d9ba

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<h1 align="center">Maplat</h1>
77

88
<p align="center">
9-
[![CI](https://github.com/code4history/Maplat/actions/workflows/ci.yml/badge.svg)](https://github.com/code4history/Maplat/actions/workflows/ci.yml)
10-
[![npm version](https://img.shields.io/npm/v/@maplat/ui)](https://www.npmjs.com/package/@maplat/ui)
11-
[![License](https://img.shields.io/npm/l/@maplat/ui)](LICENSE)
9+
<a href="https://github.com/code4history/Maplat/actions/workflows/ci.yml"><img src="https://github.com/code4history/Maplat/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
10+
<a href="https://www.npmjs.com/package/@maplat/ui"><img src="https://img.shields.io/npm/v/@maplat/ui" alt="npm version" /></a>
11+
<a href="LICENSE"><img src="https://img.shields.io/npm/l/@maplat/ui" alt="License" /></a>
1212
</p>
1313

1414
<!-- SECTION 2: Elevator Pitch -->

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<h1 align="center">Maplat</h1>
77

88
<p align="center">
9-
[![CI](https://github.com/code4history/Maplat/actions/workflows/ci.yml/badge.svg)](https://github.com/code4history/Maplat/actions/workflows/ci.yml)
10-
[![npm version](https://img.shields.io/npm/v/@maplat/ui)](https://www.npmjs.com/package/@maplat/ui)
11-
[![License](https://img.shields.io/npm/l/@maplat/ui)](LICENSE)
9+
<a href="https://github.com/code4history/Maplat/actions/workflows/ci.yml"><img src="https://github.com/code4history/Maplat/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
10+
<a href="https://www.npmjs.com/package/@maplat/ui"><img src="https://img.shields.io/npm/v/@maplat/ui" alt="npm version" /></a>
11+
<a href="LICENSE"><img src="https://img.shields.io/npm/l/@maplat/ui" alt="License" /></a>
1212
</p>
1313

1414
<!-- SECTION 2: Elevator Pitch -->

0 commit comments

Comments
 (0)