diff --git a/securing_apps/topics/oidc/nodejs-adapter.adoc b/securing_apps/topics/oidc/nodejs-adapter.adoc index bf1e1742c24..fe444212edc 100644 --- a/securing_apps/topics/oidc/nodejs-adapter.adoc +++ b/securing_apps/topics/oidc/nodejs-adapter.adoc @@ -71,7 +71,7 @@ To start the `server.js` script, add the following command in the 'scripts' sect ---- "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start" "node server.js" + "start": "node server.js" }, ----