aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-07-22 15:28:01 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-07-22 15:28:01 -0400
commit1c58711d0f9713eaf8e48482aa2bd836c5ae5bbc (patch)
treed38cd7bba686069a73effbf4698b1689256a15a6 /README.md
parent53df66efa40bcd03afd8b785094cf52f2e684776 (diff)
fix README codeblock
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 77ec1b4..b7075b4 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ After configuring your project, create a program to run your tests.
<details>
<summary>Example Program</summary>
+
```c
#include "eztester.h"
@@ -70,6 +71,7 @@ int main(int argc, char* argv[]){
return 0;
}
```
+
</details>
### Static