Skip to content

Commit

Permalink
Update plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
sakama committed Mar 30, 2016
1 parent 5b55e9d commit 7bc9eef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure blob Storage file input plugin for Embulk
# Azure Blob Storage file input plugin for Embulk

[Embulk](http://www.embulk.org/) file input plugin read files stored on [Microsoft Azure](https://azure.microsoft.com/) [blob Storage](https://azure.microsoft.com/en-us/documentation/articles/storage-introduction/#blob-storage)
[Embulk](http://www.embulk.org/) file input plugin read files stored on [Microsoft Azure](https://azure.microsoft.com/) [Blob Storage](https://azure.microsoft.com/en-us/documentation/articles/storage-introduction/#blob-storage)

## Overview

Expand Down Expand Up @@ -129,4 +129,4 @@ $ launchctl load ~/Library/LaunchAgents/environment.plist
$ launchctl getenv AZURE_ACCOUNT_NAME //try to get value.

Then start your applications.
```
```
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Gem::Specification.new do |spec|
spec.name = "${project.name}"
spec.version = "${project.version}"
spec.authors = ["Satoshi Akama"]
spec.summary = %[Microsoft Azure blob Storage file input plugin for Embulk]
spec.description = %[Reads files stored on Microsoft Azure blob Storage.]
spec.summary = %[Microsoft Azure Blob Storage file input plugin for Embulk]
spec.description = %[Reads files stored on Microsoft Azure Blob Storage.]
spec.email = ["satoshiakama@gmail.com"]
spec.licenses = ["Apache-2.0"]
spec.homepage = "https://github.com/sakama/embulk-input-azure_blob_storage"
Expand Down

0 comments on commit 7bc9eef

Please sign in to comment.