From 481192a801e6ad28b693cd7a9c4aa9ba0cb1b034 Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 1 Jun 2024 01:21:21 +0700 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c345028..199abe8 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ $ ./rere.py record test.list The above command should create `test.list.bi` file with stdout, stderr, and returncode captured as the expected behavior. 3. Replay the command lines checking their behavior against the recorded one: ```console -$ ./rere.py record test.list.bia +$ ./rere.py replay test.list.bia ```