diff --git a/README.md b/README.md index 93c70e3..04f6f21 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,5 @@ http-response lua.cors You can also whitelist all domains by setting the second parameter to an asterisk: ``` -http-response lua.cors "GET,PUT,POST" "*" +http-request lua.cors "GET,PUT,POST" "*" ``` \ No newline at end of file