From 4dfd265f3532bd2c9b5304c09a420b7239abe0b1 Mon Sep 17 00:00:00 2001 From: Yihua Liu Date: Wed, 3 May 2023 02:09:05 +0800 Subject: [PATCH 1/2] fix: update file names in readme --- README.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index c7e3693..2599d6b 100644 --- a/README.mdown +++ b/README.mdown @@ -20,11 +20,11 @@ for(int i=0; i < 100; i++) progressbar_finish(progress); ``` -Example output (from `progressbar_demo.c`): +Example output (from `test/demo.c`): ![demo output](example_output/demo.png) -Additional examples can be found in `test/progressbar_demo.c` +Additional examples can be found in `test/demo.c` ## Why did you do this? From 93e2b42456de2a98344730dbc78d56c71481885f Mon Sep 17 00:00:00 2001 From: Yihua Liu Date: Wed, 3 May 2023 02:10:39 +0800 Subject: [PATCH 2/2] fix: update file name in demo.c comment --- test/demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/demo.c b/test/demo.c index 5c84db8..48d2c1d 100644 --- a/test/demo.c +++ b/test/demo.c @@ -18,7 +18,7 @@ * Finishing the progressbar (on success or failure): \ref statusbar_finish * * \section Example Example Code - * See \ref main in progressbar_demo.c + * See \ref main in demo.c * * Download the code from the repository at https://github.com/JohannesBuchner/progressbar *