From f97a2d4959631bfe9529a78ca37ccd3411d1feab Mon Sep 17 00:00:00 2001 From: Jeff Harris Date: Thu, 14 Nov 2019 17:42:47 -0800 Subject: [PATCH] Update README.md --- tools/watcom-dump/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/watcom-dump/README.md b/tools/watcom-dump/README.md index 169fa3f8..c758d388 100644 --- a/tools/watcom-dump/README.md +++ b/tools/watcom-dump/README.md @@ -4,7 +4,7 @@ Takes an [exedump](https://github.com/jeff-1amstudios/open-watcom-v2/tree/master/bld/exedump) output file and generates skeleton "c" project files containing functions, structs, enums and global variables. -It was used to generate the first commits of [src](../../src) directory. +Was used to generate the first commits of [src](../../src) directory. Example output: ```c