From 52053491729aaa1b119ac4ad6b33405874fa7fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Ikl=C3=A9?= Date: Sun, 7 Jan 2024 15:31:42 +0100 Subject: [PATCH] added freebsd to list of tested operating systems --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f3d22..229fce5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # libcargs - command line argument library for C/C++ This is a lighweight C command line argument library which does not require any malloc. It is currently -compiled and tested under **Windows**, **MacOS** and **Linux**. +compiled and tested under **Linux**, **FreeBSD**, **macOS** and **Windows**. ## Features