From 60a0c02020b73ccad42eae22b773854475ddeace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Bori?= Date: Fri, 27 Sep 2024 14:35:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(readme):=20Added=20https://buil?= =?UTF-8?q?twithnix.org/=20markdown=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aee9739..ac5fc6e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![build](https://github.com/theobori/tinyhash/actions/workflows/build.yml/badge.svg)](https://github.com/theobori/tinyhash/actions/workflows/build.yml) [![lint](https://github.com/theobori/tinyhash/actions/workflows/lint.yml/badge.svg)](https://github.com/theobori/tinyhash/actions/workflows/lint.yml) +[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) + This is a library containing multiple C implementations of hashmap. The public API is deliberately simple and user-friendly. Here are the different methods implemented: