Skip to content

Commit c90ee62

Browse files
committed
Update Node.JS package references
1 parent 2e4e44f commit c90ee62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cognitive-services/Custom-Vision-Service/node-tutorial-object-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ This article provides information and sample code to help you get started using
2727
To install the Custom Vision service SDKs for Node.js, run the following commands:
2828

2929
```command
30-
npm install azure-cognitiveservices-customvision-training
31-
npm install azure-cognitiveservices-customvision-prediction
30+
npm install @azure/cognitiveservices-customvision-training
31+
npm install @azure/cognitiveservices-customvision-prediction
3232
```
3333

3434
You can download the images with the [Node.js Samples](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples).

articles/cognitive-services/Custom-Vision-Service/node-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ This article provides information and sample code to help you get started using
2727
To install the Custom Vision service SDK for Node.js, run the following command in PowerShell:
2828

2929
```powershell
30-
npm install azure-cognitiveservices-customvision-training
31-
npm install azure-cognitiveservices-customvision-prediction
30+
npm install @azure/cognitiveservices-customvision-training
31+
npm install @azure/cognitiveservices-customvision-prediction
3232
```
3333

3434
[!INCLUDE [get-keys](includes/get-keys.md)]

0 commit comments

Comments
 (0)