aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-20 04:16:23 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-20 04:16:23 +0000
commit75f51d5bc7367af6a52700db989499162e8525e8 (patch)
treec8b0c1b7c60130b6732ab3d5cabfb89d8566c7f9 /etc
parent316e205cd4dea804b68ed6ca14cf8b41acf6712f (diff)
downloadluasocket-75f51d5bc7367af6a52700db989499162e8525e8.tar.gz
luasocket-75f51d5bc7367af6a52700db989499162e8525e8.tar.bz2
luasocket-75f51d5bc7367af6a52700db989499162e8525e8.zip
Almost ready to release 2.0.1
Diffstat (limited to 'etc')
-rw-r--r--etc/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/README b/etc/README
index 5a919cd..cfd3e37 100644
--- a/etc/README
+++ b/etc/README
@@ -64,9 +64,9 @@ work. Just run
64 64
65 lua check-links.lua [-n] {<url>} > output 65 lua check-links.lua [-n] {<url>} > output
66 66
67and open the result to see a list of broken links. You can 67and open the result to see a list of broken links. Make sure
68also use the '-n' switch to run the same program in 68you check the '-n' switch. It runs in non-blocking mode,
69non-blocking mode to see how much faster things can get. 69using coroutines, and is MUCH faster!
70 70
71 forward.lua -- coroutine based forward server 71 forward.lua -- coroutine based forward server
72 72