From 022ccfaee2fee08b374b47456be5f10a4d53229f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Wed, 11 Sep 2013 19:44:37 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 88191e0..6b1c878 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,13 @@ Usage ----- * Record session - ``` - script -t /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript \ - 2> /tmp/foo/2013-09-11_18-47-45.user1.11931.timing - ``` +``` +script -t /tmp/foo/typescript 2> /tmp/foo/timing +``` * Replay session - ``` - scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing \ - /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript - ``` +``` +scriptreplay -t timing typescript +```