File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
articles/cognitive-services/Bing-Web-Search Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,18 @@ Here are a few things that you'll need before running this quickstart:
31
31
Let's start by setting up the development environment for our Node.js project.
32
32
33
33
1 . Create a new directory for your project:
34
+
34
35
``` console
35
36
mkdir YOUR_PROJECT
36
37
```
37
- 2. Create a new package file:
38
+ 1. Create a new package file:
39
+
38
40
```console
39
41
cd YOUR_PROJECT
40
42
npm init
41
43
```
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
+
43
46
```console
44
47
npm install --save azure-cognitiveservices-websearch
45
48
npm install --save ms-rest-azure
You can’t perform that action at this time.
0 commit comments