aboutsummaryrefslogtreecommitdiff
path: root/samples/README
diff options
context:
space:
mode:
Diffstat (limited to 'samples/README')
-rw-r--r--samples/README2
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.
7listener.lua and talker.lua are about the simplest applications you can 7listener.lua and talker.lua are about the simplest applications you can
8write using LuaSocket. Run 8write using LuaSocket. Run
9 9
10 'lua listen.lua' and 'lua talk.lua' 10 'lua listener.lua' and 'lua talker.lua'
11 11
12on different terminals. Whatever you type on talk.lua will be 12on different terminals. Whatever you type on talk.lua will be
13printed by listen.lua. 13printed by listen.lua.