Skip to content

Commit

Permalink
Moved badges after keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Nov 3, 2024
1 parent 4f7601b commit ddd9d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# HQTSM: CRC

[![JSR](https://jsr.io/badges/@hqtsm/crc)](https://jsr.io/@hqtsm/crc)
[![npm](https://img.shields.io/npm/v/@hqtsm/crc.svg)](https://npmjs.com/package/@hqtsm/crc)
[![CI](https://github.com/hqtsm/crc/actions/workflows/ci.yaml/badge.svg)](https://github.com/hqtsm/crc/actions/workflows/ci.yaml)

CRC functions with a parameterized engine optimized for both speed and size

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

[![JSR](https://jsr.io/badges/@hqtsm/crc)](https://jsr.io/@hqtsm/crc)
[![npm](https://img.shields.io/npm/v/@hqtsm/crc.svg)](https://npmjs.com/package/@hqtsm/crc)
[![CI](https://github.com/hqtsm/crc/actions/workflows/ci.yaml/badge.svg)](https://github.com/hqtsm/crc/actions/workflows/ci.yaml)

# Features

- Pure TypeScript, run anywhere
Expand Down

0 comments on commit ddd9d31

Please sign in to comment.