Skip to content
This repository has been archived by the owner. It is now read-only.

Commit f739d26

Browse files
committed
typo
1 parent 9c78b28 commit f739d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Your resulting code should look as follows:
154154
const apiConfig = {
155155
b2cScopes: ["https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read"],
156156
webApi: "https://fabrikamb2chello.azurewebsites.net/hello"
157-
};
157+
};
158158

159159
const loginRequest = {
160160
scopes: apiConfig.b2cScopes
@@ -198,7 +198,7 @@ const b2cPolicies = {
198198
2. Run the Web application:
199199

200200
```bash
201-
node server.js
201+
npm start
202202
```
203203

204204
3. Go to `http://localhost:6420`.

0 commit comments

Comments
 (0)