Skip to content

Commit 152a0a3

Browse files
authored
Update README.md
1 parent 55715c2 commit 152a0a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ We have deployed this API to Azure to allow testing without running it locally.
2121

2222
1. Clone the code.
2323

24-
```git clone https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi```
24+
```bash
25+
git clone https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi
26+
```
2527

2628
2. Make sure you've [installed Node](https://nodejs.org/en/download/).
2729

2830
4. Install the node dependencies:
2931

30-
```
32+
```bash
3133
npm install && npm update
3234
```
3335
5. Run the Web API! By default it will run on `http://localhost:5000`.
34-
```
36+
```bash
3537
node index.js
3638
```
3739

0 commit comments

Comments
 (0)