Skip to content

Commit

Permalink
chore: use native html for asciinema link
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <[email protected]>
  • Loading branch information
Dup4 committed Sep 17, 2023
1 parent 0c2a4df commit 3b3beaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Similar to [Jest Snapshot][jest-snapshot], but implemented in C++.

## Usage

[![asciicast](https://asciinema.org/a/608449.svg)](https://asciinema.org/a/608449)
<a href="https://asciinema.org/a/608449" target="_blank">
<img src="https://asciinema.org/a/608449.svg" />
</a>

```cpp
const std::string tmp = "snapshot-cpp";
Expand Down

0 comments on commit 3b3beaa

Please sign in to comment.