diff --git a/ChangeLog.md b/ChangeLog.md index babe01b..9eb03fb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ be taken. This is a GA release and the changes described below indicate the chan 2018.03 Version 2.8.1 ALL -* Updated request and validator package dependencies to improve vulnerability. +* Updated request and validator package dependencies to reduce vulnerability. * Fix a type assignment bug in tests for env variables. * Improved documents. diff --git a/README.md b/README.md index 7f003c8..bf8982d 100644 --- a/README.md +++ b/README.md @@ -523,7 +523,7 @@ It's recommended to use the Azure Storage JavaScript Client Library provided by ## Generating Azure Storage JavaScript Client Library -We also provide browserify bundle scripts which generate Azure Storage JavaScript Client Library. The bundle script reduces the size of the Storage Client Library by splitting into smaller files, one per storage service and a common shared file. For more detailed information, refer to [README.md](https://github.com/Azure/azure-storage-node/blob/master/browser/README.md) under `browser` folder. +We also provide browserify bundle scripts which generate Azure Storage JavaScript Client Library. The bundle script reduces the size of the Storage Client Library by splitting into smaller files, one per storage service. For more detailed information, refer to [README.md](https://github.com/Azure/azure-storage-node/blob/master/browser/README.md) under `browser` folder. # JsDoc diff --git a/browser/README.md b/browser/README.md index 6e69bf3..61f0db9 100644 --- a/browser/README.md +++ b/browser/README.md @@ -38,7 +38,7 @@ Compatibility with mobile browsers have not been fully validated, please open is If you wish to customize the library and generate the Azure Storage JavaScript Client Library, you can follow the following steps. -We provide browserify bundle scripts which generate Azure Storage JavaScript Client Library. The bundle script reduces the size of the Storage Client Library by splitting into smaller files, one per storage service and a common shared file. +We provide browserify bundle scripts which generate Azure Storage JavaScript Client Library. The bundle script reduces the size of the Storage Client Library by splitting into smaller files, one per storage service. The generated JavaScript Client Library includes 8 separated JavaScript files: - `azure-storage.blob.js` diff --git a/browser/samples/sample-blob.html b/browser/samples/sample-blob.html index 5a50dc2..ff8099b 100644 --- a/browser/samples/sample-blob.html +++ b/browser/samples/sample-blob.html @@ -270,7 +270,7 @@ blobService.deleteBlobIfExists(container, blob, function(error, result) {
You can view the source code of this sample for detailed reference.
- +