diff --git a/README.md b/README.md index 02e33d7..2de4b84 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ http { # while the friction to quickly debug aproxy will also be increased lua_code_cache off; access_by_lua_block { - require("aproxy.main")() + require("aproxy.main").access() } proxy_http_version 1.1;