Skip to content

Commit

Permalink
Refactor the README.md HTML layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot authored Nov 1, 2021
1 parent f6c940a commit 67bd125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ interface(Shape);
<table>
<tr>
<td><b><div align="center">Rectangle</div></b></td>
<td><b><div align="center">Triangle</div></b></td>
<td><div align="center"><b>Rectangle</b></div></td>
<td><div align="center"><b>Triangle</b></div></td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -95,7 +95,7 @@ impl(Shape, Triangle);
<table>
<tr>
<td><b><div align="center">Test</div></b></td>
<td><div align="center"><b>Test</b></div></td>
</tr>
<tr>
<td>
Expand Down

0 comments on commit 67bd125

Please sign in to comment.