Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit edbefcc

Browse files
authored
fix script (#1713)
1 parent b895872 commit edbefcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securing_apps/topics/oidc/nodejs-adapter.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To start the `server.js` script, add the following command in the 'scripts' sect
7171
----
7272
"scripts": {
7373
"test": "echo \"Error: no test specified\" && exit 1",
74-
"start" "node server.js"
74+
"start": "node server.js"
7575
},
7676
----
7777

0 commit comments

Comments
 (0)