diff options
Diffstat (limited to 'samples/README')
-rw-r--r-- | samples/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/README b/samples/README index 3ce4067..0100a4a 100644 --- a/samples/README +++ b/samples/README | |||
@@ -7,7 +7,7 @@ is not supported. | |||
7 | listener.lua and talker.lua are about the simplest applications you can | 7 | listener.lua and talker.lua are about the simplest applications you can |
8 | write using LuaSocket. Run | 8 | write using LuaSocket. Run |
9 | 9 | ||
10 | 'lua listen.lua' and 'lua talk.lua' | 10 | 'lua listener.lua' and 'lua talker.lua' |
11 | 11 | ||
12 | on different terminals. Whatever you type on talk.lua will be | 12 | on different terminals. Whatever you type on talk.lua will be |
13 | printed by listen.lua. | 13 | printed by listen.lua. |