diff --git a/README.md b/README.md index 98307d2c6..f380e4601 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ http { js_path "/etc/nginx/njs/"; # Import our JavaScript file into the variable "main" - js_import main from http/hello.js; + js_import main from example.js; server { listen 80;