From e9c39d35c640ef6168c4722cc20968c7ec2f54a3 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sun, 21 Sep 2025 10:32:12 -0500 Subject: [PATCH] Update README for better credits. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbcba49..aa408a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # float16 -This a fork of [half](https://crates.io/crates/half/) for remove pulling in most dependencies and fixing minor correctness issues. +This a fork of [half](https://crates.io/crates/half/), which removes most dependencies and fixing minor correctness issues. This has no affiliation to half. [![Crates.io](https://img.shields.io/crates/v/float16.svg)](https://crates.io/crates/float16/) [![Documentation](https://docs.rs/float16/badge.svg)](https://docs.rs/float16/) ![Crates.io](https://img.shields.io/crates/l/half) [![Build status](https://github.com/Alexhuszagh/float16/actions/workflows/rust.yml/badge.svg?branch=main&event=push)](https://github.com/Alexhuszagh/float16/actions/workflows/rust.yml)