Skip to content

Commit 578da78

Browse files
authored
Update tutorial-v2-javascript-auth-code.md
1 parent 493b4a0 commit 578da78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/tutorial-v2-javascript-auth-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Make sure you have [Node.js](https://nodejs.org/en/download/) installed, and the
7474

7575
1. First, navigate to your project folder in your terminal and then run the following NPM commands.
7676
```console
77-
npm init -y
78-
npm install @azure/msal-Browser
79-
npm install express
77+
npm init -y
78+
npm install @azure/msal-Browser
79+
npm install express
8080
```
8181
2. Next, create a .js file named *server.js*, and then add the following code:
8282

0 commit comments

Comments
 (0)