diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-22 15:33:08 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-22 15:33:08 -0400 |
commit | 51588e455b5e679866789ec4cac3521e68e38284 (patch) | |
tree | d2db2ad649350e74292af38988c21a63cc48f6c3 /social/literal.tape | |
parent | b7b16197f9a8e253a1c0c2ead7564fbf9a047275 (diff) | |
download | lat-51588e455b5e679866789ec4cac3521e68e38284.tar.gz lat-51588e455b5e679866789ec4cac3521e68e38284.zip |
Update README
- QOL for *.tape files
Diffstat (limited to 'social/literal.tape')
-rw-r--r-- | social/literal.tape | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/social/literal.tape b/social/literal.tape index 9077018..152c8c9 100644 --- a/social/literal.tape +++ b/social/literal.tape @@ -10,7 +10,6 @@ Set FontSize 32 Set Width 2400 Set Height 1200 Set TypingSpeed 0.2 -Set PlaybackSpeed 0.5 Type "lat src/main.c > example.c" Sleep 2s @@ -30,7 +29,7 @@ Enter Sleep 2s -Type "lat --literal src/main.c > example.c" +Type "lat -r src/main.c > example.c" Sleep 2s Enter |