diff options
-rw-r--r-- | samples/README | 8 |
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 | ||
14 | The dict.lua module is a cool simple client for the DICT protocol, | 14 | The dict.lua module was a cool simple client for the DICT protocol, |
15 | written by Luiz Henrique Figueiredo. Just run it and enter a few words | 15 | written by Luiz Henrique Figueiredo. This new version has been converted |
16 | to see it working. | 16 | into a library, similar to the HTTP and FTP libraries, that can be used |
17 | from within any luasocket application. Take a look on the source code | ||
18 | and 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 | ||