From 5657325d97ec190d52b9dc5a2f44ab3e58220420 Mon Sep 17 00:00:00 2001 From: Adam Macdonald Date: Sun, 17 Aug 2025 18:33:25 +0100 Subject: [PATCH] an header file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24dcc28..e196bd0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The performance (but potentially not the executable size) can be further optimis ### Basic usage -`$ bin2hpp -i my_library.dll -o c_header.h` will generate an `c_header.h` file in your current working directory containing something similar to the following: +`$ bin2hpp -i my_library.dll -o c_header.h` will generate a `c_header.h` file in your current working directory containing something similar to the following: ```c // Generated by bin2hpp 0.2.5