From 67783313d7443d5f3583613378d25ee25f1a8add Mon Sep 17 00:00:00 2001 From: 00gh <00gh> Date: Sat, 1 Jun 2024 18:22:27 +0200 Subject: [PATCH] README.md: Corrects rere replay example (filename) Example given will be expanded to: test.list.bi.bi This commit removes the '.bi' from the example commandline. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1415169..b778909 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The above command should create [test.list.bi](./test.list.bi) snapshot file wit 3. Replay the command lines checking their behavior against the recorded one: ```console -$ ./rere.py replay test.list.bi +$ ./rere.py replay test.list ``` 4. [test.list.bi](./test.list.bi) is expected to be committed into the project repo.