summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index b0a674b..ce45ba3 100644
--- a/README.md
+++ b/README.md
@@ -57,16 +57,16 @@ extension stripped.
This is an example output of the report file:
- ============================================================
- ../test.lua
- ============================================================
-
- -- Which branch will run?
- 1 if 10 > 100 then
- 0 print("I don't think this line will execute.")
- 0 else
- 1 print("Hello, LuaCov!")
- 1 end
+```
+==============================================================================
+test.lua
+==============================================================================
+ 1 if 10 > 100 then
+*0 print("I don't think this line will execute.")
+ else
+ 1 print("Hello, LuaCov!")
+ end
+```
Note that to generate this report, `luacov` reads the source files. Therefore,
it expects to find them in the same location they were when the `luacov`