Skip to content

Commit 9f903c0

Browse files
authored
Merge pull request #183304 from ramya-rao-a/patch-29
Updated supported Node.js platforms for Cosmos
2 parents 0f4a8d8 + 5393fb2 commit 9f903c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/sql/sql-api-sdk-node.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ ms.custom: devx-track-js
3535
3636
|Resource |Link |
3737
|---------|---------|
38-
|Download SDK | [NPM](https://www.npmjs.com/package/@azure/cosmos)
38+
|Download SDK | [@azure/cosmos](https://www.npmjs.com/package/@azure/cosmos)
3939
|API Documentation | [JavaScript SDK reference documentation](/javascript/api/%40azure/cosmos/)
40-
|SDK installation instructions | [Installation instructions](https://github.com/Azure/azure-sdk-for-js)
41-
|Contribute to SDK | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main)
40+
|SDK installation instructions | `npm install @azure/cosmos`
41+
|Contribute to SDK | [Contributing guide for azure-sdk-for-js repo](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md)
4242
| Samples | [Node.js code samples](sql-api-nodejs-samples.md)
4343
| Getting started tutorial | [Get started with the JavaScript SDK](sql-api-nodejs-get-started.md)
4444
| Web app tutorial | [Build a Node.js web application using Azure Cosmos DB](sql-api-nodejs-application.md)
45-
| Current supported platform | [Node.js v12.x](https://nodejs.org/en/blog/release/v12.7.0/) - SDK Version 3.x.x<br/>[Node.js v10.x](https://nodejs.org/en/blog/release/v10.6.0/) - SDK Version 3.x.x<br/>[Node.js v8.x](https://nodejs.org/en/blog/release/v8.16.0/) - SDK Version 3.x.x<br/>[Node.js v6.x](https://nodejs.org/en/blog/release/v6.10.3/) - SDK Version 2.x.x<br/>[Node.js v4.2.0](https://nodejs.org/en/blog/release/v4.2.0/)- SDK Version 1.x.x<br/> [Node.js v0.12](https://nodejs.org/en/blog/release/v0.12.0/)- SDK Version 1.x.x<br/> [Node.js v0.10](https://nodejs.org/en/blog/release/v0.10.0/)- SDK Version 1.x.x
45+
| Current supported Node.js platforms | [LTS versions of Node.js](https://nodejs.org/about/releases/)
4646

4747
## Release notes
4848

0 commit comments

Comments
 (0)