From 576d91f86b49b872fecde603f6ed054eeeda49ad Mon Sep 17 00:00:00 2001 From: yassinebenaid Date: Thu, 4 Jul 2024 12:47:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b481a6..37f916f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This library is especially useful for debugging and testing when the standard fm - well formatted output - unexported structs are dumped too - pointers are followed and recursive pointers are taken in mind ([see examples](#example-3)) -- customizable, you have full ability over the output, **you can even generate HTML if you'd like to**, [see examples](#example-4) +- customizable, you have full control over the output, **you can even generate HTML if you'd like to**, [see examples](#example-4) - zero dependencies ## Get Started