Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tilkinsc authored Jan 15, 2019
1 parent bfdf68f commit a1f0556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ luaw -e "dofile('res/testing.lua')" -Dtest=5 -n a b c
luaw -e "dofile('testing.lua')" -s res -Dtest=5 -n a b c

# stdin:
luaw - |
luaw -
dofile('res/testing.lua')
<Ctrl + d>
<Enter>
Expand All @@ -63,7 +63,7 @@ luaw -p
Windows Specific:
```batch
REM stdin
luaw - |
luaw -
dofile('res/testing.lua')
<Ctrl + z>
<Enter>
Expand Down

0 comments on commit a1f0556

Please sign in to comment.