aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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