From 9703662af589303c368bad71e185b98b53d5395d Mon Sep 17 00:00:00 2001 From: Mike Myers <30631532+mike-myers-tob@users.noreply.github.com> Date: Mon, 3 May 2021 16:39:31 -0700 Subject: [PATCH] Correct the path to the example in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b93a568..6846fc5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ pe-parse supports these use cases via a minimal API that provides methods for The interface is defined in `parser-library/parse.h`. -The program in `dump-prog/dump.cpp` is an example of using the parser-library API to dump +The program in `dump-pe/main.cpp` is an example of using the parser-library API to dump information about a PE file. Internally, the parser-library uses a bounded buffer abstraction to access information stored in