Skip to content

Commit

Permalink
doc: fix github style gifs table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf committed Jan 9, 2025
1 parent 3293605 commit 3ef298a
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,9 @@ long-running-command | progressline --activity-style snake

Available styles:

<table>
<tr>
<td align="center">dots (Default)</td>
<td align="center">snake</td>
<td align="center"><a href="https://en.wikipedia.org/wiki/KITT">kitt</a></td>
</tr>
<tr>
<td><img src="./.github/activity_style_dots.gif" alt="dots" width="300"></td>
<td><img src="./.github/activity_style_snake.gif" alt="snake" width="300"></td>
<td><img src="./.github/activity_style_kitt.gif" alt="kitt" width="300"></td>
</tr>
<tr>
<td align="center">spinner</td>
</tr>
<tr>
<td><img src="./.github/activity_style_spinner.gif" alt="spinner" width="300"></td>
</tr>
</table>
| dots (Default) | snake | [kitt](https://en.wikipedia.org/wiki/KITT) | spinner |
|:--:|:--:|:--:|:--:|
| ![](./.github/activity_style_dots.gif) | ![](./.github/activity_style_snake.gif) | ![](./.github/activity_style_kitt.gif) | ![](./.github/activity_style_spinner.gif) |

### Replace log output with custom text

Expand Down

0 comments on commit 3ef298a

Please sign in to comment.