From 3eb3673d2381ae412158fddb964e273f2589f62a Mon Sep 17 00:00:00 2001 From: Baptiste Le Duc <118445627+baptleduc@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:35:39 +0200 Subject: [PATCH] doc(readme): remove run example in record paragraph --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ea0847..0c2acf9 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,8 @@ replay record ``` Use `replay record -h` to see all the options available for this command. -Recording a session automatically saves it in a **stash-like index**, similar to how git stash works. -For example, the most recent session is accessible as: -```sh - replay run replay@{0} -``` +Recording a session automatically saves it in a **stash-like index** with identifiers such as `replay@{0}`, similar to how git stash works. + ### Replay a Session To run a recorded session of commands : ```sh