From b902c3e6d18b20f7226f9b32a314b0422cdc96bf Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka Date: Sun, 16 Oct 2022 07:19:23 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Azure=20table"=E2=86=92"Azure=20Table"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure/AzureTableStor/blob/master/README.md #PingMSFTDocs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e68ead..c66af44 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Downloads](https://cranlogs.r-pkg.org/badges/AzureTableStor) ![R-CMD-check](https://github.com/Azure/AzureTableStor/workflows/R-CMD-check/badge.svg) -An R interface to the Azure table storage service, building on the functionality provided by [AzureStor](https://github.com/Azure/AzureStor). +An R interface to the Azure Table storage service, building on the functionality provided by [AzureStor](https://github.com/Azure/AzureStor). Table storage is excellent for flexible datasets—web app user data, address books, device information, and other metadata—and lets you build cloud applications without locking down the data model to particular schemas. Because different rows in the same table can have a different structure—for example, order information in one row, and customer information in another—you can evolve your application and table schema without taking it offline. The table storage service is available both as part of general Azure storage, and as an optional API in Azure Cosmos DB.