Skip to content

Commit ddd9d31

Browse files
Moved badges after keywords
1 parent 4f7601b commit ddd9d31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# HQTSM: CRC
22

3-
[![JSR](https://jsr.io/badges/@hqtsm/crc)](https://jsr.io/@hqtsm/crc)
4-
[![npm](https://img.shields.io/npm/v/@hqtsm/crc.svg)](https://npmjs.com/package/@hqtsm/crc)
5-
[![CI](https://github.com/hqtsm/crc/actions/workflows/ci.yaml/badge.svg)](https://github.com/hqtsm/crc/actions/workflows/ci.yaml)
6-
73
CRC functions with a parameterized engine optimized for both speed and size
84

95
![crc](https://img.shields.io/badge/crc-eee)
@@ -19,6 +15,10 @@ CRC functions with a parameterized engine optimized for both speed and size
1915
![crc-32](https://img.shields.io/badge/crc--32-eee)
2016
![crc-64](https://img.shields.io/badge/crc--64-eee)
2117

18+
[![JSR](https://jsr.io/badges/@hqtsm/crc)](https://jsr.io/@hqtsm/crc)
19+
[![npm](https://img.shields.io/npm/v/@hqtsm/crc.svg)](https://npmjs.com/package/@hqtsm/crc)
20+
[![CI](https://github.com/hqtsm/crc/actions/workflows/ci.yaml/badge.svg)](https://github.com/hqtsm/crc/actions/workflows/ci.yaml)
21+
2222
# Features
2323

2424
- Pure TypeScript, run anywhere

0 commit comments

Comments
 (0)