Skip to content

Commit fc1d25f

Browse files
committed
review suggestion
1 parent e4064d7 commit fc1d25f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

modules/ROOT/pages/ogm/installation.adoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,15 @@ async function main() {
157157
main();
158158
----
159159

160-
Additionally, create a file `utils.js` in the same directory and add the following code to it:
160+
Additionally, create a file `utils.js` in the same directory.
161+
Install additional dependencies:
162+
163+
[source, bash, indent=0]
164+
----
165+
npm install bcrypt jsonwebtoken
166+
----
167+
168+
Add the following code to `utils.js`:
161169

162170
[source, javascript, indent=0]
163171
----
@@ -195,13 +203,6 @@ The code for the util functions `createJWT` and `comparePassword` is an example.
195203
Adjust it to suit your use case.
196204
====
197205

198-
Install the additional dependencies:
199-
200-
[source, bash, indent=0]
201-
----
202-
npm install bcrypt jsonwebtoken
203-
----
204-
205206
Back on the command line, run the following command to start your server:
206207

207208
[source, bash, indent=0]

0 commit comments

Comments
 (0)