From a2a26c7c70acb1eee0a77fb68fc1547145afec28 Mon Sep 17 00:00:00 2001 From: jiacfan Date: Thu, 7 Sep 2017 14:32:46 +0800 Subject: [PATCH] Update ChangeLog.md and README.md for JavaScript Client Library 0.2.5-preview.11. --- browser/ChangeLog.md | 4 ++++ browser/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/browser/ChangeLog.md b/browser/ChangeLog.md index 69078104..0c8861ce 100644 --- a/browser/ChangeLog.md +++ b/browser/ChangeLog.md @@ -1,5 +1,9 @@ Note: This is the change log file for Azure Storage JavaScript Client Library. +2017.09 Version 0.2.5-preview.11 + +* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.5.0. + 2017.08 Version 0.2.4-preview.10 * Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.4.0. diff --git a/browser/README.md b/browser/README.md index 8437f3a1..6e52b080 100644 --- a/browser/README.md +++ b/browser/README.md @@ -10,10 +10,10 @@ There are 5 generated JavaScript files for Azure Storage JavaScript Client Libra - `azure-storage.file.js` contains the Azure Storage file service operation logic, which depends on azure-storage.common.js We also provide samples to guide you quickly start with the Azure Storage JavaScript Client Library. In the [JavaScript Client Library zip file](https://aka.ms/downloadazurestoragejs) or [azure-storage-node/browser/samples](samples), you will find 4 HTML samples: -- `sample-table.html` demostrates how to operate with Azure Storage table service in the browser -- `sample-blob.html` demostrates how to operate with Azure Storage blob service in the browser -- `sample-queue.html` demostrates how to operate with Azure Storage queue service in the browser -- `sample-file.html` demostrates how to operate with Azure Storage file service in the browser +- `sample-table.html` demonstrates how to operate with Azure Storage table service in the browser +- `sample-blob.html` demonstrates how to operate with Azure Storage blob service in the browser +- `sample-queue.html` demonstrates how to operate with Azure Storage queue service in the browser +- `sample-file.html` demonstrates how to operate with Azure Storage file service in the browser After generating the JavaScript Client Library, you can try the samples in browsers such as Chrome/Edge/Firefox directly.