Skip to content

Commit 157b798

Browse files
committed
README: updated the minimum version of ngx_lua and ngx_openresty that we require.
1 parent d50027e commit 157b798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is how streaming reading works. Even for giga bytes of file data input, the
2626
This Lua library takes advantage of ngx_lua's cosocket API, which ensures
2727
100% nonblocking behavior.
2828

29-
Note that at least [ngx_lua 0.5.0rc5](https://github.com/chaoslawful/lua-nginx-module/tags) or [ngx_openresty 1.0.11.7](http://openresty.org/#Download) is required.
29+
Note that at least [ngx_lua 0.5.0rc25](https://github.com/chaoslawful/lua-nginx-module/tags) or [ngx_openresty 1.0.15.1](http://openresty.org/#Download) is required.
3030

3131
Synopsis
3232
========

0 commit comments

Comments
 (0)