Skip to content

Commit 854c927

Browse files
committed
Fixing spacing.
1 parent 1b95571 commit 854c927

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,18 @@ Here are a few things that you'll need before running this quickstart:
3131
Let's start by setting up the development environment for our Node.js project.
3232

3333
1. Create a new directory for your project:
34+
3435
```console
3536
mkdir YOUR_PROJECT
3637
```
37-
2. Create a new package file:
38+
1. Create a new package file:
39+
3840
```console
3941
cd YOUR_PROJECT
4042
npm init
4143
```
42-
3. Now, let's install some azure modules and add them to the `package.json`:
44+
1. Now, let's install some azure modules and add them to the `package.json`:
45+
4346
```console
4447
npm install --save azure-cognitiveservices-websearch
4548
npm install --save ms-rest-azure

0 commit comments

Comments
 (0)