From 5e105065e5179ba1ce19be104b3504ea20c83144 Mon Sep 17 00:00:00 2001 From: SimonC Date: Wed, 21 Feb 2024 23:16:20 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index faaff68..de39b9d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ This library doesn't assume anything about the source of the ISO-TP messages or ### Master Build [![CMake](https://github.com/SimonCahill/isotp-c/actions/workflows/cmake.yml/badge.svg)](https://github.com/SimonCahill/isotp-c/actions/workflows/cmake.yml) +## Contributors + +It's at this point where I'd like to point out all the fantastic contributions made to this fork by the amazing people using it! +[List of contributors](https://raw.githubusercontent.com/SimonCahill/isotp-c/master/CONTRIBUTORS.md) + +Thank you all! + ## Building ISOTP-C This library may be built using either straight Makefiles, or using CMake.