Skip to content

Commit

Permalink
docs: update diff table
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 14, 2024
1 parent 028c7db commit fb0fb10
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ Youch is an error parsing library that pretty prints JavaScript errors on a web-

As you can see in the following screenshots, the Youch output deconstructs the error and properly displays the error message, name, stack trace with source code and a lot more information about the error.

![](./youch_raw_diff.jpg)

<!-- <table>
<thead>
<table>
<tbody>
<tr>
<th> Raw stack trace </th>
<th> Youch output </th>
<td>
<strong>Raw stack trace</strong>
<img src="./raw-stack-trace.png" />
</td>
</tr>
</thead>
<tbody>
<tr>
<td><img src="./raw-stack-trace.png" /></td>
<td><img src="./youch-output.png" /></td>
<td>
<strong>Youch output</strong>
<img src="./youch-output.png" />
</td>
</tr>
</tbody>
<table> -->
<table>

## Basic usage

Expand Down

0 comments on commit fb0fb10

Please sign in to comment.