aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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