diff --git a/README.md b/README.md index 10ef0ba74..08a7acc6a 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ auto/configure --add-dynamic-module=/nginx To build with [QuickJS](https://nginx.org/en/docs/njs/engine.html) support, provide include and library path using `--with-cc-opt=` and `--with-ld-opt=` options: ```bash auto/configure --add-dynamic-module=/nginx \ - --with-cc-opt="-I" --with-ld-opt="-L" + --with-cc-opt="-I " --with-ld-opt="-L " ``` > [!WARNING]