From 9be4870aa5375c920655a94639a550c81a1c5fc5 Mon Sep 17 00:00:00 2001 From: yassinebenaid Date: Wed, 24 Jul 2024 12:38:41 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc58a6e..3f4af6b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ This library is especially useful for debugging and testing when the standard `f - pointers are followed, and recursive pointers are taken in mind ([see examples](#example-3)) - customizable, you have full control over the output, **you can even generate HTML if you'd like to**, [see examples](#example-4) - zero dependencies +- small, you can just copy past the [dumper.go](./dumper.go) to your project without the need to add it as a dependency. (_remember to give us a start :)_) ## Get Started