Skip to content

Commit b436071

Browse files
committed
More issues with lists
1 parent 854c927 commit b436071

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/cognitive-services/Bing-Web-Search/web-search-sdk-node-quickstart.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,20 @@ Let's start by setting up the development environment for our Node.js project.
3232

3333
1. Create a new directory for your project:
3434

35-
```console
35+
```
3636
mkdir YOUR_PROJECT
3737
```
38-
1. Create a new package file:
3938
40-
```console
39+
2. Create a new package file:
40+
41+
```
4142
cd YOUR_PROJECT
4243
npm init
4344
```
44-
1. Now, let's install some azure modules and add them to the `package.json`:
4545
46-
```console
46+
3. Now, let's install some azure modules and add them to the `package.json`:
47+
48+
```
4749
npm install --save azure-cognitiveservices-websearch
4850
npm install --save ms-rest-azure
4951
```

0 commit comments

Comments
 (0)