about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 15 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1e4253b..3ea61a7 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,13 @@ The description for the specific log, which belongs to the testcase. The log des
 

 # Example

 

-Input:

+<table>

+<tr>

+<th> Input </th>

+<th> Output </th>

+</tr>

+<tr>

+<td>

 

 ```

 log_type,timestamp,category,number,test_description,fail_description

@@ -41,5 +47,11 @@ INFO,"115 ms","category_2",2,"description_3","description_2_2"
 SUCCESS,"120 ms","category_2",2,"description_4","description_2_3"

 ```

 

-Output:

-![output](example/example_output.png)
\ No newline at end of file
+</td>

+<td>

+

+![output](example/example_output.png)

+

+</td>

+</tr>

+</table>
\ No newline at end of file