diff --git a/README.md b/README.md index ae579fc..3072f7d 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ int main(int argc, char** argv) { ### Error handling -By default, the error handling is pretty basic and the errors details are dumped to `stderr` using macro `LIBZIPPP_ERROR_DEBUG`. However, it is possible to provide a callback method to override this behavior. +By default, the error handling is pretty basic and the errors details are dumped to `stderr`. However, it is possible to provide a callback method to override this behavior by providing a callback. If some context is required, you may use `std::bind` or lambda-functions. ```C++ #include "libzippp.h"