Skip to content

Commit 4f13528

Browse files
authored
Update readme according to comments
1 parent 0a95909 commit 4f13528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/table/how-to-use-nodejs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use the Azure Tables client library for Node.js
2+
title: Use Azure Table storage or Azure Cosmos DB Table API from Node.js
33
description: Store structured data in the cloud using Azure Tables client library for Node.js.
44
ms.service: cosmos-db
55
ms.subservice: cosmosdb-table
@@ -10,7 +10,7 @@ author: sakash279
1010
ms.author: akshanka
1111
ms.custom: devx-track-js
1212
---
13-
# How to use the Azure Tables client library for Node.js
13+
# How to use Azure Table storage or the Azure Cosmos DB Table API from Node.js
1414
[!INCLUDE[appliesto-table-api](../includes/appliesto-table-api.md)]
1515

1616
[!INCLUDE [storage-selector-table-include](../../../includes/storage-selector-table-include.md)]
@@ -32,7 +32,7 @@ This article shows you how to create tables, store your data, and perform CRUD o
3232

3333
## Configure your application to access Table Storage
3434

35-
To use the Azure Table Storage, you need the Azure Tables SDK for Node.js, which includes a set of convenience libraries that
35+
To use Azure Storage or Azure Cosmos DB, you need the Azure Tables SDK for Node.js, which includes a set of convenience libraries that
3636
communicate with the Storage REST services.
3737

3838
### Use Node Package Manager (NPM) to install the package

0 commit comments

Comments
 (0)