From 8f61cd43b53e78b7ca2b41940c1ffedeee9f648e Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 1 Jun 2024 15:31:45 +0700 Subject: [PATCH] Emphasise that `test.list.bi` is a snapshot file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77c6584..fe729e1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Universal Behavior Testing Tool in Python. The script is completely self-contain ```console $ ./rere.py record test.list ``` -The above command should create `test.list.bi` file with stdout, stderr, and returncode captured as the expected behavior. The file uses [bi format](https://github.com/tsoding/bi-format), for more infor see [Snapshot Schema](#snapshot-schema). +The above command should create `test.list.bi` snapshot file with stdout, stderr, and returncode captured as the expected behavior. The file uses [bi format](https://github.com/tsoding/bi-format), for more infor see [Snapshot Schema](#snapshot-schema). 3. Replay the command lines checking their behavior against the recorded one: ```console