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 +```