Skip to content

Commit a1f0556

Browse files
authored
Update README.md
1 parent bfdf68f commit a1f0556

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ luaw -e "dofile('res/testing.lua')" -Dtest=5 -n a b c
5151
luaw -e "dofile('testing.lua')" -s res -Dtest=5 -n a b c
5252

5353
# stdin:
54-
luaw - |
54+
luaw -
5555
dofile('res/testing.lua')
5656
<Ctrl + d>
5757
<Enter>
@@ -63,7 +63,7 @@ luaw -p
6363
Windows Specific:
6464
```batch
6565
REM stdin
66-
luaw - |
66+
luaw -
6767
dofile('res/testing.lua')
6868
<Ctrl + z>
6969
<Enter>

0 commit comments

Comments
 (0)