Correct the path to the example in the README

This commit is contained in:
Mike Myers 2021-05-03 16:39:31 -07:00 committed by GitHub
parent ff4f8449bf
commit 9703662af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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