aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e548d03..c30799c 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ and to compose a base URL and relative URL into an absolute URL.
26 26
27The code.lua module provides base64, hexa and escaped encoding and 27The code.lua module provides base64, hexa and escaped encoding and
28decoding. The module is used for the HTTP Basic Authentication Scheme, 28decoding. The module is used for the HTTP Basic Authentication Scheme,
29and URL protection, conforming to RFC 1521. 29and URL protection, conforming to RFC 2045.
30 30
31 concat.lua -- fast concatenation library 31 concat.lua -- fast concatenation library
32 32