aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/samples/README b/samples/README
index a273af8..e295035 100644
--- a/samples/README
+++ b/samples/README
@@ -11,9 +11,11 @@ printed by listen.lua.
11 11
12 dict.lua -- dict client 12 dict.lua -- dict client
13 13
14The dict.lua module is a cool simple client for the DICT protocol, 14The dict.lua module was a cool simple client for the DICT protocol,
15written by Luiz Henrique Figueiredo. Just run it and enter a few words 15written by Luiz Henrique Figueiredo. This new version has been converted
16to see it working. 16into a library, similar to the HTTP and FTP libraries, that can be used
17from within any luasocket application. Take a look on the source code
18and you will be able to figure out how to use it.
17 19
18 daytimeclnt.lua -- day time client 20 daytimeclnt.lua -- day time client
19 21