From e53b8b25deb5cd0ad0242cbd380518ed5fd528f7 Mon Sep 17 00:00:00 2001 From: Dup4 Date: Sun, 17 Sep 2023 18:19:29 +0800 Subject: [PATCH] chore: add asciinema rec Signed-off-by: Dup4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7befcd0..09f9895 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Similar to [Jest Snapshot][jest-snapshot], but implemented in C++. ## Usage + + ```cpp const std::string tmp = "snapshot-cpp"; const std::string tmp_diff = tmp + "-diff";