Skip to content

Commit

Permalink
Change name of program in all demo
Browse files Browse the repository at this point in the history
  • Loading branch information
1buran committed Apr 2, 2024
1 parent b10b8cd commit 8a3a419
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demo/json-min.tape
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Set TypingSpeed 150ms
Set PlaybackSpeed 0.5
Set CursorBlink false

Require go
Type "go run ." Enter
Require rhttp
Type "rhttp" Enter

Sleep 3
Ctrl + h
Expand Down
4 changes: 2 additions & 2 deletions demo/load-session.tape
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Set TypingSpeed 150ms
Set PlaybackSpeed 0.4
Set CursorBlink false

Require go
Type "go run ." Enter
Require rhttp
Type "rhttp" Enter

Sleep 3
Ctrl + f
Expand Down
4 changes: 2 additions & 2 deletions demo/main.tape
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Set TypingSpeed 150ms
Set PlaybackSpeed 0.5
Set CursorBlink false

Require go
Type "go run ." Enter
Require rhttp
Type "rhttp" Enter

Sleep 3
Ctrl + h
Expand Down
4 changes: 2 additions & 2 deletions demo/redirects.tape
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Set TypingSpeed 150ms
Set PlaybackSpeed 0.5
Set CursorBlink false

Require go
Type "go run ." Enter
Require rhttp
Type "rhttp" Enter

Sleep 3
Ctrl + h
Expand Down

0 comments on commit 8a3a419

Please sign in to comment.