Skip to content

Commit 78616d4

Browse files
committed
Update Badges
1 parent fe16fa8 commit 78616d4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<p align="center"><strong>✓ NOTICE: For a more modern CSV parser, check out the <a href="https://github.com/vanillaes/csv">@VanillaES/CSV</a> project ✓</strong></p>
2-
3-
[![GitHub Releases](https://img.shields.io/github/release/evanplaice/jquery-csv.svg)](https://github.com/evanplaice/jquery-csv/releases)
4-
[![NPM Release](https://img.shields.io/npm/v/jquery-csv.svg)](https://www.npmjs.com/package/jquery-csv)
5-
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/evanplaice/jquery-csv/master/LICENSE)
6-
[![Latest Status](https://github.com/evanplaice/jquery-csv/workflows/Latest/badge.svg)](https://github.com/evanplaice/jquery-csv/actions)
7-
[![Release Status](https://github.com/evanplaice/jquery-csv/workflows/Release/badge.svg)](https://github.com/evanplaice/jquery-csv/actions)
1+
<p align="center"><strong>✓ NOTICE: For a more modern CSV parser, check out the <a href="https://github.com/vanillaes/csv">@VanillaES/CSV</a> project ✓</strong></p>
2+
3+
<div align="center">
4+
<a href="https://github.com/evanplaice/jquery-csv/releases"><img src="https://img.shields.io/github/release/evanplaice/jquery-csv.svg" alt="GitHub Releases"></a>
5+
<a href="https://www.npmjs.com/package/jquery-csv"><img src="https://img.shields.io/npm/v/jquery-csv.svg" alt="NPM Release"></a>
6+
<a href="https://bundlephobia.com/result?p=jquery-csv"><img src="https://badgen.net/bundlephobia/minzip/jquery-csv" alt="Bundlephobia"></a>
7+
<a href="https://github.com/evanplaice/jquery-csv/actions"><img src="https://github.com/evanplaice/jquery-csv/workflows/Latest/badge.svg" alt="Latest Status"></a>
8+
<a href="https://github.com/evanplaice/jquery-csv/actions"><img src="https://github.com/evanplaice/jquery-csv/workflows/Release/badge.svg" alt="Release Status"></a>
9+
</div>
810

911
# Introduction
1012

0 commit comments

Comments
 (0)