We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854c927 commit b436071Copy full SHA for b436071
articles/cognitive-services/Bing-Web-Search/web-search-sdk-node-quickstart.md
@@ -32,18 +32,20 @@ Let's start by setting up the development environment for our Node.js project.
32
33
1. Create a new directory for your project:
34
35
- ```console
+ ```
36
mkdir YOUR_PROJECT
37
```
38
-1. Create a new package file:
39
40
+2. Create a new package file:
+
41
42
cd YOUR_PROJECT
43
npm init
44
-1. Now, let's install some azure modules and add them to the `package.json`:
45
46
+3. Now, let's install some azure modules and add them to the `package.json`:
47
48
49
npm install --save azure-cognitiveservices-websearch
50
npm install --save ms-rest-azure
51
0 commit comments