Fixed wrong description in Readme and other files

This commit is contained in:
Xiaoning Liu 2018-03-02 19:15:25 +08:00
Родитель 94aeb0cb78
Коммит e4b1fa462b
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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

Просмотреть файл

@ -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`

Просмотреть файл

@ -270,7 +270,7 @@ blobService.deleteBlobIfExists(container, blob, function(error, result) {
<p> You can view the source code of this sample for detailed reference. </p>
</div>
<script src="../bundle/azure-storage.blob.min.js"></script>
<script src="../bundle/azure-storage.blob.js"></script>
<script>
var account = document.getElementById('account').value;