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