Skip to content

Commit d897e7e

Browse files
committed
Patches for Node.js SDK guide
1 parent 7cf17b9 commit d897e7e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ Here are a few things that you'll need before running this quickstart:
3030

3131
Let's start by setting up the development environment for our Node.js project.
3232

33-
1. Create a new directory for your project:
34-
```console
35-
mkdir YOUR_PROJECT
36-
```
37-
2. Create a new package file for this project.
38-
```console
39-
npm init
40-
```
41-
3. Now that the `package.json` file has been created, let's install some azure modules and add them to `package.json`:
42-
```console
43-
npm install --save azure-cognitiveservices-websearch
44-
npm install --save ms-rest-azure
45-
```
33+
1. Create a new directory for your project:
34+
```console
35+
mkdir YOUR_PROJECT
36+
```
37+
2. Create a new package file for this project.
38+
```console
39+
npm init
40+
```
41+
3. Now that the `package.json` file has been created, let's install some azure modules and add them to `package.json`:
42+
```console
43+
npm install --save azure-cognitiveservices-websearch
44+
npm install --save ms-rest-azure
45+
```
4646

4747
Now you're ready to get started.
4848

0 commit comments

Comments
 (0)