Skip to content

Commit d2187e7

Browse files
committed
adding console tag back to code snippets for node.js.
1 parent b436071 commit d2187e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ Here are a few things that you'll need before running this quickstart:
2828

2929
## Set up your development environment
3030

31-
Let's start by setting up the development environment for our Node.js project.
31+
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-
```
35+
```console
3636
mkdir YOUR_PROJECT
3737
```
3838

3939
2. Create a new package file:
4040

41-
```
41+
```console
4242
cd YOUR_PROJECT
4343
npm init
4444
```
4545

4646
3. Now, let's install some azure modules and add them to the `package.json`:
4747

48-
```
48+
```console
4949
npm install --save azure-cognitiveservices-websearch
5050
npm install --save ms-rest-azure
5151
```

0 commit comments

Comments
 (0)