Skip to content

Commit

Permalink
README.md: Corrects rere replay example (filename)
Browse files Browse the repository at this point in the history
Example given will be expanded to: test.list.bi.bi
This commit removes the '.bi' from the example commandline.
  • Loading branch information
00gh committed Jun 1, 2024
1 parent 9806cb5 commit 6778331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6778331

Please sign in to comment.