aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-07-22 15:26:23 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-07-22 15:26:23 -0400
commit53df66efa40bcd03afd8b785094cf52f2e684776 (patch)
tree1ae3021d456531f3350fea1363355c3a0196de0b
parent9cab7d6f0d3febef7db5171ac7081efd035f937d (diff)
wrap example program from readme in details tag
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c13cb83..77ec1b4 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,9 @@ By default `make` builds all targets in `build/(static|dynamic|header)`
EZ-Tester can be used as static, dynamic or header only library.
After configuring your project, create a program to run your tests.
-Here is an example tester program below:
+<details>
+<summary>Example Program</summary>
```c
#include "eztester.h"
@@ -69,6 +70,7 @@ int main(int argc, char* argv[]){
return 0;
}
```
+</details>
### Static