Skip to content

Commit 9d69f39

Browse files
authored
Merge pull request #86451 from HSKPeter/correction-of-npm-command
Corrected command in nodejs-sdk.md
2 parents 9b84f9e + c33a720 commit 9d69f39

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ npm init
4343
Install the NPM packages:
4444

4545
```console
46-
nnpm install @azure/[email protected]
46+
npm install @azure/[email protected]
4747
```
4848

4949
## Code example

0 commit comments

Comments
 (0)